Microsoft/TypeScript
Voir sur GitHubGetting completions when writing out a dot in a parameter should suggest the splat operator
Open
#4 262 ouverte le 10 août 2015
Help 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
At present the completions returned seem arbitrary. Example:
function(arg: string, ./**/): any {
}
Getting completions at the marker yields the typical alphabetical list of global things - worse yet, in VSCode, pressing . again auto-completes the first one (.AbstractWorker. isn't really a valid argument name)! Very frustrating.