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

 (5 件のコメント) (0 件のリアクション) (0 人の担当者)TypeScript (13,395 件のフォーク)batch import
Experience EnhancementHelp WantedSuggestion

Repository metrics

Stars
 (108,860 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

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