Bug 504042 - [Generic Editor] Adding support for completion filters
Summary: [Generic Editor] Adding support for completion filters
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 4.7   Edit
Hardware: All All
: P5 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-05 05:35 EDT by Angelo ZERR CLA
Modified: 2017-05-26 09:43 EDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.