]
Snjezana Peco reassigned ERT-385:
---------------------------------
Assignee: Snjezana Peco
[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".