-
-
Notifications
You must be signed in to change notification settings - Fork 3
[Feature]: Expose headings as symbols #84
Copy link
Copy link
Closed
Labels
Description
Component
LSP (Language Server)
Problem or Use Case
It would be really nice if the language server could expose headings as symbols. Marksman does this for markdown files.
It's really useful because it allows for editors to use the symbols either for creating outlines or gives us the possibility of picking/searching directly for headings with symbol pickers, which exists everywhere.
Proposed Solution
I' not sure how to implement it or if it's harder here than in marksman.
Alternatives Considered
No response
Examples
Additional Context
No response
Reactions are currently unavailable