Microsoft/TypeScript

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

Open

#54,711 opened on 2023年6月15日

GitHub で見る
 (5 comments) (0 reactions) (0 assignees)TypeScript (6,726 forks)batch import
Experience EnhancementHelp WantedSuggestion

Repository metrics

Stars
 (48,455 stars)
PR merge metrics
 (平均マージ 6d 17h) (30d で 9 merged PRs)

説明

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

コントリビューターガイド