Microsoft/TypeScript

Find all references on super() only shows other calls to `super()`, not all calls to ctor

Open

#54,711 创建于 2023年6月15日

在 GitHub 查看
 (5 评论) (0 反应) (0 负责人)TypeScript (6,726 fork)batch import
Experience EnhancementHelp WantedSuggestion

仓库指标

Star
 (48,455 star)
PR 合并指标
 (平均合并 6天 17小时) (30 天内合并 9 个 PR)

描述

Repro:

  1. Go to the super() call of a class that extends another multiple times
  2. Peek references on super(), 🐛 it goes to definition
  3. Peek references on the constructor you landed on, it correctly peeks references

Recording 2023-06-15 at 09 07 33

贡献者指南