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

add document symbol handler #12

Merged
merged 4 commits into from
Dec 5, 2023

Conversation

bryankenote
Copy link
Contributor

@bryankenote bryankenote commented Dec 1, 2023

This can be tested with the vscode extension using the breadcrumbs. It should update based on the cursor position and you would be able to click the breadcrumb and navigate. Symbols should be nested as expected. The icon should indicate the type, but also hovering with the mouse shows a tooltip.

Screenshot 2023-12-01 at 12 38 40 PM

Screenshot 2023-12-01 at 12 39 14 PM

Screenshot 2023-12-01 at 12 41 57 PM

@bryankenote
Copy link
Contributor Author

Is it worth it to create an internal object for document symbols similar to position and handle mapping there?

@bryankenote bryankenote requested a review from ddunkin December 1, 2023 18:23
@bryankenote bryankenote merged commit e2b4c9a into FacilityApi:master Dec 5, 2023
3 checks passed
@bryankenote bryankenote deleted the document-symbols branch December 5, 2023 23:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants