Search for type #494
Unanswered
Machine-Maker
asked this question in
Q&A
Replies: 1 comment
-
@Machine-Maker Hello! Yeah, you can do that. There is built-in support for Symbol Search in LSP. There is a function: There is even more fluent solution: Telescope. https://github.com/nvim-telescope/telescope.nvim#neovim-lsp-pickers The one you are looking for is |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
One of the big things I'm missing from IntelliJ is the ability to search for a class, not just in the project, but in all dependencies on the classpath. Is there a way I could do that, maybe a custom telescope picker or something to search for types on the classpath?
EDIT: Just a second thought, I also used the search for symbols quite a bit in intellij to find a method or field. Is that something that's possible as well?
Beta Was this translation helpful? Give feedback.
All reactions