-
Notifications
You must be signed in to change notification settings - Fork 767
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
Call Hierarchy #109
Comments
Pylance has call hierarchy support already. I'll close this as done, but we're happy to take feedback on this feature. |
@jakebailey actually i am never able to get call hierarchy for any python code. Is there an additional setting required ? |
I'll open this until we can go verify that this is/isn't working as expected. |
Call hierarchy works since last update (not sure whether it was after vscode update or pylance update) |
@jahan01 you're right, it looks like it was fixed in the python extension 2020.7.94776 |
Works now. Both incoming calls and outgoing calls are showing up. Thanks! |
This popular feature request is best described within the documentation of LSP, but here is a summary:
This is currently available for JS/TS and Java language extension.
The only issue (microsoft/vscode-python#5127) tracking this in python language extension has been closed citing an existing upstream feature.
But the reason sounds a little inconsistent (see my comment at cited upstream issue microsoft/python-language-server#888)
The text was updated successfully, but these errors were encountered: