]
Ilya Buziuk updated ERT-385:
----------------------------
Sprint: devex #118 July 2016, devex #119 August 2016 (was: devex #118 July 2016)
[content assist] Don't show existing JSON keys in popup
completion [EBZ#499538]
-------------------------------------------------------------------------------
Key: ERT-385
URL:
https://issues.jboss.org/browse/ERT-385
Project: Eclipse Release Train
Issue Type: Task
Components: WTP Source Editing
Reporter: Friendly Jira Robot
Assignee: Snjezana Peco
Priority: Trivial
Labels: bzira, wst.json
Takes a sample:
--------------------------------
{
"compileOnSave": true,
"compil // Ctrl+Space
}
--------------------------------
The popup completion should show only "compilerOptions" and not
"compileOnSave". Today the popup shows "compilerOnSave" and
"compilerOptions".