Friendly Jira Robot created ERT-385:
---------------------------------------
Summary: [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
Priority: Trivial
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".
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)