-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
feat(lsp): Implement textDocument/prepareCallHierarchy #10061
Conversation
Also callHierarchy/incomingCalls and callHierarchy/outgoingCalls
Don't know why my test is failing in the CI, it runs fine locally, any ideas? |
cc @kt3k for the CI failure - seems to be related to caching |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One minor comment... thanks for all your contributions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Also implements
callHierarchy/incomingCalls
andcallHierarchy/outgoingCalls
Related #8643