Microsoft/TypeScript

Rationalize our presentation and handling of merged/alias symbols in the IDE.

Ouverte

#3 025 ouverte le 4 mai 2015

 (3 commentaires) (0 réaction) (0 personne assignée)TypeScript (13 395 forks)batch import
Domain: APIDomain: LS: Quick InfoHelp WantedSuggestion

Métriques du dépôt

Stars
 (108 860 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

Examples of where we could be better:

  1. Quick info for an alias could present information about the alias, as well as information about what the alias points to.
  2. Goto-type for a union type could allow you to go to any constituent union-type-element.
  3. Goto-def on a merged symbol could allow you to go to any declaration.
  4. Quick info on a merged symbol could show you all the constituent declaration pieces.

etc. etc.

Guide contributeur