BuZZ-dEE
BuZZ-dEE

Reputation: 6929

Visual Studio Code show call hierarchy

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

Answers (2)

Mark
Mark

Reputation: 180649

In v1.43 see https://github.com/microsoft/vscode-docs/blob/vnext/release-notes/v1_43.md#call-hierarchy-support-for-javascript-and-typescript

TypeScript 3.8 brings call hierarchy support in JavaScript and TypeScript.

call hierarchy support

Upvotes: 7

snowpotatoe
snowpotatoe

Reputation: 767

If I understood correctly it seems this is still a pending feature request https://github.com/Microsoft/vscode/issues/16110

Upvotes: 4

Related Questions