Microsoft/TypeScript
Getting completions when writing out a dot in a parameter should suggest the splat operator
オープン
#4,262 opened on 2015/08/10
Help WantedSuggestion
Repository metrics
- Stars
- (108,860 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
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.