Description
Search Terms
- call hierarchy
- tsserver
Problem
Currently using the call hierarchy api, it can be difficult to browse through long list of callers and understand where those callers are:
Suggestion
Add optional information about the container on the CallHierarchyItem
type. For example, the NavTooItem
has:
containerName?: string;
containerKind?: ScriptElementKind;
We should consider something similar for CallHierarchyItem
/cc @jrieken
Metadata
Metadata
Assignees
Labels
Relates to the public API for TypeScriptRelates to go-to-definition, find-all-references, highlighting/occurrences.A PR has been opened for this issueNot yet reached consensusThis issue needs a plan that clarifies the finer details of how it could be implemented.An idea for TypeScriptCritical issues that VS Code needs fixed in the current TypeScript milestone