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] Register a document symbol provider #3200

Closed
vparfonov opened this issue Oct 17, 2018 · 2 comments
Closed

[plug-in][languages] Register a document symbol provider #3200

vparfonov opened this issue Oct 17, 2018 · 2 comments
Assignees
Labels
plug-in system issues related to the plug-in system Team: Che-Plugins issues related to the che-plugins team

Comments

@vparfonov
Copy link
Contributor

Register a document symbol provider.

Multiple providers can be registered for a language. In that case providers are asked in parallel and the results are merged. A failing provider (rejected promise or exception) will not cause a failure of the whole operation.

https://github.com/Microsoft/vscode/blob/5a4eab812bd485942061f71af39f3eabc52a1035/src/vs/vscode.d.ts#L2523

@azatsarynnyy
Copy link
Member

It's partly implemented by the PR #3258

@vparfonov
Copy link
Contributor Author

vparfonov commented Oct 25, 2018

As I understand it should be implemented in workspace namespace.
@benoitf can you give your comment about that?

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-Plugins issues related to the che-plugins team
Projects
None yet
Development

No branches or pull requests

2 participants