With LSP, how to quickly find the definition of non-
In neovim with LSP support, it can quickly go to the definition of with lsp definition. But it cannot find the definition with a query. I have the requirement as below. Currently, I rely on lsp workspace_symbol. It can list several similar functions, but cannot directly go to the definition. Is there any better solution?