mih*_*hai 6 javascript intellisense autocomplete visual-studio-code
我希望 Visual Studio Code 自动完成打开文档中的所有单词,而不仅仅是它找到的范围特定变量。我应该在设置中更改什么?
编辑:问题时的代码版本 0.3.0。
我只是想通了。这将使用页面上的所有单词进行自动完成。
// Always include all words from the current document.
"javascript.suggest.alwaysAllWords": true,
// Complete functions with their parameter signature.
"javascript.suggest.completeFunctionCalls": true,
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
14090 次 |
最近记录: |