Are there a way to filter Lsp Symbols by type #942
Unanswered
robsonpeixoto
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to filter the result by the LSP type. For example, use
@Per
to filter only class/structs/..., or use#say
to filter all function/methods/... .The symbols
@
and#
are examples, but that filter can be any symbol.Maybe useful reference: nvim-telescope/telescope.nvim#837 (comment)
Beta Was this translation helpful? Give feedback.
All reactions