Skip to content
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

Closed
languitar opened this issue May 25, 2021 · 4 comments · Fixed by #1484
Closed

Add LSP outgoing and incoming calls #863

languitar opened this issue May 25, 2021 · 4 comments · Fixed by #1484
Labels
enhancement Enhancement to performance, inner workings or existent features

Comments

@languitar
Copy link

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 and incoming_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

@languitar languitar added the enhancement Enhancement to performance, inner workings or existent features label May 25, 2021
@languitar languitar changed the title Add LSO outgoing and incoming calls Add LSP outgoing and incoming calls May 25, 2021
@kkharji
Copy link
Member

kkharji commented May 30, 2021

Hmmm, I'm having trouble understanding that feature. Could you please provide an example implementation. Thanks

@sudormrfbin
Copy link

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

@zeertzjq
Copy link
Contributor

telescope-lsp-handlers.nvim has these two handlers. Maybe this can be a reference.

wilriker added a commit to wilriker/telescope.nvim that referenced this issue Nov 23, 2021
wilriker added a commit to wilriker/telescope.nvim that referenced this issue Nov 23, 2021
wilriker added a commit to wilriker/telescope.nvim that referenced this issue Nov 23, 2021
Conni2461 pushed a commit to wilriker/telescope.nvim that referenced this issue May 4, 2022
Conni2461 pushed a commit to wilriker/telescope.nvim that referenced this issue May 4, 2022
Conni2461 pushed a commit to wilriker/telescope.nvim that referenced this issue Jun 12, 2022
@Conni2461
Copy link
Member

#1484 was merged into the current dev branch

See #1938 for more infos

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement to performance, inner workings or existent features
Projects
None yet
5 participants