Microsoft/TypeScript
在 GitHub 查看Find all references on super() only shows other calls to `super()`, not all calls to ctor
Open
#54,711 创建于 2023年6月15日
Experience EnhancementHelp WantedSuggestion
仓库指标
- Star
- (48,455 star)
- PR 合并指标
- (平均合并 6天 17小时) (30 天内合并 9 个 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