-
-
Notifications
You must be signed in to change notification settings - Fork 857
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add LSP outgoing and incoming calls #863
Comments
Hmmm, I'm having trouble understanding that feature. Could you please provide an example implementation. Thanks |
It shows the external function calls made from inside the current function (outgoing calls) and the places where the current function is being called from (incoming calls, similar to references) - https://stackoverflow.com/a/56010680/7115678 |
telescope-lsp-handlers.nvim has these two handlers. Maybe this can be a reference. |
Is your feature request related to a problem? Please describe.
I am using telescope as my primary interface for list-like LSP results. One thing that is missing is support for the
outgoing_calls
andincoming_calls
methods provided by the neovim LSP implementation.Describe the solution you'd like
Having telescope lists similar to what is available for other LSP results would be great.
Describe alternatives you've considered
The text was updated successfully, but these errors were encountered: