Microsoft/TypeScript
Voir sur GitHubRationalize our presentation and handling of merged/alias symbols in the IDE.
Open
#3 025 ouverte le 4 mai 2015
Domain: APIDomain: LS: Quick InfoHelp WantedSuggestion
Métriques du dépôt
- Stars
- (48 455 stars)
- Métriques de merge PR
- (Merge moyen 6j 17h) (9 PRs mergées en 30 j)
Description
Examples of where we could be better:
- Quick info for an alias could present information about the alias, as well as information about what the alias points to.
- Goto-type for a union type could allow you to go to any constituent union-type-element.
- Goto-def on a merged symbol could allow you to go to any declaration.
- Quick info on a merged symbol could show you all the constituent declaration pieces.
etc. etc.