-
Notifications
You must be signed in to change notification settings - Fork 35.9k
Open
Labels
apicallhierarchyfeature-requestRequest for new features or functionalityRequest for new features or functionality
Milestone
Description
For the call hierarchy, @rbuckton brought up that JavaScript and TypeScript has many different ways of actually invoking a function:
- New
new Foo() - Tagged templates: foo`bar`
- Decorators
@foo - Property/Element access to accessors
obj.foo
My proposal is that TS should return call hierarchy items for all of these cases, but I wanted to check this with you @jrieken. Does that make sense? Should we consider having a way to distinguish different call types?
TimMoore
Metadata
Metadata
Assignees
Labels
apicallhierarchyfeature-requestRequest for new features or functionalityRequest for new features or functionality