I have following settings.json:
"editor.quickSuggestions": false,
"editor.suggestOnTriggerCharacters": false,
"editor.wordBasedSuggestions": false,
"editor.quickSuggestionsDelay": 1000000
but despite that the code suggestions display immidiately after I write the code like this (javascript):
Other settings in settings.json
are adopted properly, e.g. "editor.fontSize": 17
.
上記の設定を見つけたVisual Studio Code IntelliSenseのドキュメントを次に示します。OS X で VS Code 1.6.0 を使用しています (以前のバージョンのエディターでも経験しました)。
User Settings にすべての設定がありますがsettings.json
、Workspace Settingssettings.json
は空です。