-
Notifications
You must be signed in to change notification settings - Fork 336
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
Implement hierarchical document outline #373
Comments
Just exists on a branch of vscode-languageserver-node atm, see microsoft/vscode-languageserver-node#373.
I've started playing around with this branch in the Haxe language server, working well so far. 👍 One question: is |
The selectionRange is used to denote what to do if the cursor moves into the range. In VS Code for example we then select the symbol in the outline. So it is not what the editor selects it is the range the editor is sensitive to the symbol when its selection moves in. |
Hm.. I thought that's what
|
Sorry. You are correct. I got confused myself. |
And yes that should be implemented. It is converted as follows:
can you reproduce this using a non LSP based example? |
Yes, this seems more like a VSCode issue: microsoft/vscode#54857 |
Thanks for testing. I created a new version today which as not official support for document symbol. |
No description provided.
The text was updated successfully, but these errors were encountered: