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

Implement textDocument/callHierarchy #1429

Closed
rwols opened this issue Nov 7, 2020 · 1 comment · Fixed by #2151
Closed

Implement textDocument/callHierarchy #1429

rwols opened this issue Nov 7, 2020 · 1 comment · Fixed by #2151
Labels
enhancement protocol updates Issues related to changes in the LSP protocol. Usually because we're out-of-date.

Comments

@rwols
Copy link
Member

rwols commented Nov 7, 2020

Is your feature request related to a problem? Please describe.
I want to see an overview of the callers and callees of a callable.

Describe the solution you'd like
Implement textDocument/callHierarchy in the upcoming 3.16 spec.

Describe alternatives you've considered
textDocument/references

Additional context
clangd can do this so it would be nice to have this.

@rwols rwols added enhancement protocol updates Issues related to changes in the LSP protocol. Usually because we're out-of-date. labels Nov 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement protocol updates Issues related to changes in the LSP protocol. Usually because we're out-of-date.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant