Microsoft/TypeScript
Find all references on super() only shows other calls to `super()`, not all calls to ctor
開放
#54,711 建立於 2023年6月15日
Experience EnhancementHelp WantedSuggestion
倉庫指標
- 星標
- (108,860 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
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