Bug 504042

Summary: [Generic Editor] Adding support for completion filters
Product: [Eclipse Project] Platform Reporter: Angelo ZERR <azerr>
Component: TextAssignee: Platform-Text-Inbox <platform-text-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P5 CC: gautier.desaintmartinlacaze, mistria, nobody, wywrzal
Version: 4.7   
Target Milestone: ---   
Hardware: All   
OS: All   
See Also: https://github.com/eclipselabs/eclipse-language-service/issues/49
Whiteboard:

Description Angelo ZERR CLA 2016-10-05 05:35:44 EDT
Since Generic editor is used by Language Server which doesn't support filter of completion items, it should provide the capability to filter completion items.

See https://github.com/eclipselabs/eclipse-language-service/issues/49 for more information.
Comment 1 Mickael Istria CLA 2016-10-05 06:01:43 EDT
Associating completion filters with a given content-type and reusing it in Generic Editor makes total sense.
Comment 2 Mickael Istria CLA 2016-10-18 04:56:00 EDT
I'm reducing priority on this one as it seems to me that the issue would rather be fixed on the Language Server side ( https://github.com/Microsoft/vscode/issues/13926 ) and is not really a requirement for Generic Editor to support filtering yet.