LSP: add a way to "list all occurences" of a struct or enum or class or object in a picker #9238
Answered
by
gabydd
jerabaul29
asked this question in
Q&A
-
Is it correct that there is no way at present to do a LSP server request to list all occurences of an object in the current project? For example asking rust-analyzer to "list / open a picker of all occurences of a struct"? If this is correct, is it something that could be added? For now I do things like:
which works well enough, but is not aware of types etc. Having some form of similar picker that is querying the LSP server would be awesome :) . |
Beta Was this translation helpful? Give feedback.
Answered by
gabydd
Jan 4, 2024
Replies: 1 comment 1 reply
-
Does |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jerabaul29
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Does
gr
goto references work for you?