Microsoft/TypeScript

Getting completions when writing out a dot in a parameter should suggest the splat operator

Open

#4,262 建立於 2015年8月10日

在 GitHub 查看
 (8 留言) (0 反應) (0 負責人)TypeScript (6,726 fork)batch import
Help WantedSuggestion

倉庫指標

Star
 (48,455 star)
PR 合併指標
 (平均合併 6天 17小時) (30 天內合併 9 個 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.

貢獻者指南