Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[plug-in][languages] Add ability to register completion provider to Plugin API #2350

Closed
ashumilova opened this issue Jul 12, 2018 · 0 comments
Assignees
Labels
plug-in system issues related to the plug-in system Team: Che-Editors issues regarding the che-editors team

Comments

@ashumilova
Copy link

In the languages namespace there should be a way to register a completion provider for a language and point trigger completion item (the symbol which will trigger the completion start - '.', ',') as well.
The completion provider defines the contract between extensions and IntelliSense (variety of code editing features including: code completion, parameter info, quick info, and member lists)

Documentation

@ashumilova ashumilova added plug-in system issues related to the plug-in system Team: Che-Editors issues regarding the che-editors team labels Jul 12, 2018
@evidolob evidolob mentioned this issue Jul 12, 2018
22 tasks
@evidolob evidolob self-assigned this Aug 1, 2018
evidolob added a commit that referenced this issue Aug 13, 2018
Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
evidolob added a commit that referenced this issue Aug 14, 2018
Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
marcdumais-work pushed a commit to marcdumais-work/theia that referenced this issue Oct 15, 2018
Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plug-in system issues related to the plug-in system Team: Che-Editors issues regarding the che-editors team
Projects
None yet
Development

No branches or pull requests

2 participants