Microsoft/TypeScript

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

Open

#54,711 opened on Jun 15, 2023

View on 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
 (Avg merge 6d 17h) (9 merged PRs in 30d)

Description

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