Microsoft/TypeScript
Getting completions when writing out a dot in a parameter should suggest the splat operator
開放
#4,262 建立於 2015年8月10日
Help WantedSuggestion
倉庫指標
- 星標
- (108,860 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
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.