lsp_document_symbols to show access modifier (public/private) #1533
Unanswered
xixiaofinland
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Unfortunately that information isn’t contained in the LSP response, that means this would require parsing of the lines/location to figure this out manually, not very effective. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I searched in Issues/Discussions on "lsp_document_symbols" but didnt' find this info, might be too easy or built-in that nobody asked?
I'd like the popup to show the tree-sitter nodes' access modifier information, i.e. pulibc/protected/private, when approporiate, such as for class, methods, properties.
It's really helpful to have this info for me on the languages I'm using.
Beta Was this translation helpful? Give feedback.
All reactions