'vscode how to disable tab autocomplete
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.
I do not want to disable suggestion or autocomplete, I just want to disable the tab thing
This is what I've got in the setting
"editor.acceptSuggestionOnCommitCharacter": false,
"emmet.triggerExpansionOnTab": false,
"editor.tabCompletion": "off",
"editor.suggest.snippetsPreventQuickSuggestions": false
problem remains, the tab thing still working
Solution 1:[1]
You can press 'right arrow' > which accepts what you have written rather than accepting the suggestion
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Essexgit |
