Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 802
BuZZ-dEE Avatar asked Jan 29 '23 13:01

BuZZ-dEE


1 Answers

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

like image 117
Mark Avatar answered Feb 05 '23 17:02

Mark