Microsoft/TypeScript

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

Open

#54.711 geöffnet am 15. Juni 2023

Auf GitHub ansehen
 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (6.726 Forks)batch import
Experience EnhancementHelp WantedSuggestion

Repository-Metriken

Stars
 (48.455 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 6T 17h) (9 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide