Reputation: 6929
Is there a function / shortcut, like CtrlAltH in WebStorm, to show the call hierarchy of a function in Visual Studio Code? If not, is there a plugin which does provide this feature? I'm looking for this feature for Typescript / JavaScript.
Upvotes: 9
Views: 26476
Reputation: 180649
TypeScript 3.8 brings call hierarchy support in JavaScript and TypeScript.
Upvotes: 7
Reputation: 767
If I understood correctly it seems this is still a pending feature request https://github.com/Microsoft/vscode/issues/16110
Upvotes: 4