Microsoft/TypeScript
GitHub で見るFind all references on super() only shows other calls to `super()`, not all calls to ctor
Open
#54,711 opened on 2023年6月15日
Experience EnhancementHelp WantedSuggestion
Repository metrics
- Stars
- (48,455 stars)
- PR merge metrics
- (平均マージ 6d 17h) (30d で 9 merged PRs)
説明
Repro:
- Go to the super() call of a class that extends another multiple times
- Peek references on super(), 🐛 it goes to definition
- Peek references on the constructor you landed on, it correctly peeks references