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] Provide support for registering definition providers #2353

Closed
ashumilova opened this issue Jul 12, 2018 · 1 comment
Closed
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

ashumilova commented Jul 12, 2018

As far as there is way to allow the user to see the definition of variables/functions/methods right where the variables/functions/methods are being used, plugin API has to be able to manage it.
The definition provider interface defines the contract between extensions and the go to definition and peek definition features.
There should be an API method to register new definition provider by providing the document, to which this provider is applicable to.

VS Code Documentation registerDefinitionProvider

@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
@mmorhun mmorhun self-assigned this Sep 14, 2018
@mmorhun
Copy link
Contributor

mmorhun commented Sep 20, 2018

Done.

@mmorhun mmorhun closed this as completed Sep 20, 2018
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