Microsoft/TypeScript

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

Open

#3.025 geöffnet am 4. Mai 2015

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (6.726 Forks)batch import
Domain: APIDomain: LS: Quick InfoHelp WantedSuggestion

Repository-Metriken

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

Beschreibung

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.

Contributor Guide