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

Compatibility with the Code Outline extension #223

Closed
Pign opened this issue Apr 15, 2018 · 5 comments
Closed

Compatibility with the Code Outline extension #223

Pign opened this issue Apr 15, 2018 · 5 comments

Comments

@Pign
Copy link

Pign commented Apr 15, 2018

Symbols are not reported as a tree (following conversation with @Gama11 it seems it's because the entire definition range is not reported).

This is problematic when using the code outline extension.

@Gama11
Copy link
Member

Gama11 commented Apr 15, 2018

@Gama11 Gama11 changed the title Symbols are not reported as a tree Compatibility with the Code Outline extension Apr 15, 2018
@Gama11
Copy link
Member

Gama11 commented May 20, 2018

VSCode is actually adding a built-in code outline as well, see microsoft/vscode#5605 (comment). I think this will require the same changes on our end though.

@Gama11 Gama11 closed this as completed in 592a2b6 Jul 19, 2018
@Gama11
Copy link
Member

Gama11 commented Jul 19, 2018

Vshaxe 2.2.0 will support hierarchical document symbols! 🎉 Here's an example (the outline of the document symbol implementation itself):

This also means that we support the breadcrumbs view that's being added in VSCode 1.26. Here's a screenshot from a current Insider's build:

@nadako
Copy link
Member

nadako commented Jul 19, 2018

the breadcrumbs view

this looks sweet!

@Gama11
Copy link
Member

Gama11 commented Jul 19, 2018

It has these nice dropdowns too. ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants