Closed
Description
TS Template added by @mjbvz
Tested TypeScript Version: 3.8.0-dev.20200128
Search Terms
- call hierarchy
- provideCallHierarchyIncomingCalls
/cc @rbuckton
- VSCode Version: 1.42 Insiders
- OS Version: Windows 10
Found while testing microsoft/vscode#89386
Steps to Reproduce:
- Use
yo code
to create a TypeScript extension - Open src\extension.ts and right-click on activate and look at "Calls from activate".
The view correctly shows that activate
calls registerCommand
.
- Now right-click on
registerCommand
and look at "Show Incoming Calls".
Call Hierarchy view is empty and says "No callers of 'registerCommand'".
Metadata
Metadata
Assignees
Labels
No labels