Microsoft/TypeScript
Find all references on super() only shows other calls to `super()`, not all calls to ctor
Aperta
#54.711 aperta il 15 giu 2023
Experience EnhancementHelp WantedSuggestion
Metriche repository
- Star
- (108.860 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
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