Microsoft/TypeScript
Find all references on super() only shows other calls to `super()`, not all calls to ctor
オープン
#54,711 opened on 2023/06/15
Experience EnhancementHelp WantedSuggestion
Repository metrics
- Stars
- (108,860 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
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