When type something, vscode show some suggestions, I press tab. the suggestion will autocomplete what I typing.
Now I want to disable that. I want when I press tab, it will not autocomplete.
我不想提出令人难以置信的建议或自动完成,我只是想去掉tab。
This is what I ve got in the setting
"editor.acceptSuggestionOnCommitCharacter": false,
"emmet.triggerExpansionOnTab": false,
"editor.tabCompletion": "off",
"editor.suggest.snippetsPreventQuickSuggestions": false
问题依然存在。