vscode-csharp icon indicating copy to clipboard operation
vscode-csharp copied to clipboard

Add support for vscode.CallHierarchyItemProvider

Open dps999 opened this issue 5 years ago • 4 comments
trafficstars

Steps to Reproduce:

Select a method on c# Use 'Show Call Hierarchy' command You will get No result window

dps999 avatar Dec 27 '19 07:12 dps999

This is not supported yet. It requires building a vscode.CallHierarchyItemProvider for the extension.

Ref: https://github.com/microsoft/language-server-protocol/issues/468 Ref: https://code.visualstudio.com/updates/v1_33#_call-hierarchy Ref: https://github.com/jrieken/demo-callhierarchy

filipw avatar Jan 08 '20 09:01 filipw

+1, vscode supports this feature for some time so having it would be really nice

webczat avatar Oct 17 '20 13:10 webczat

really want, please

heartacker avatar Nov 03 '21 16:11 heartacker

+1 on this feature request.

ThomsonTan avatar Jun 15 '22 18:06 ThomsonTan