python-language-server icon indicating copy to clipboard operation
python-language-server copied to clipboard

Add support for call hierarchy

Open DonJayamanne opened this issue 6 years ago • 2 comments

See https://github.com/Microsoft/language-server-protocol/issues/468

The preview feature has landed in VS Code Not sure about support in LSP, but support is available for extensions. https://code.visualstudio.com/updates/v1_33#_call-hierarchy

Screen Shot 2019-04-04 at 10 43 02 PM

DonJayamanne avatar Apr 05 '19 05:04 DonJayamanne

@DonJayamanne You had closed the issue in Python language extension, Call Hierarchy Implementation microsoft/vscode-python#5127, referring to this current issue as:

Duplicate of upstream issue microsoft/python-language-server#888

But in this current issue above you state:

Not sure about support in LSP, but support is available for extensions.

Sounds inconsistent, unless I am missing something.

GuSuku avatar Jul 14 '20 00:07 GuSuku

Call Hierarchy support is implemented in Pylance, the Microsoft's next-generation Python Language Server. Please give it a try and report any new issues here.

erictraut avatar Jul 14 '20 05:07 erictraut