[FIXED] How to prevent autocomplete in Visual Studio Code, and a few other customizations
If visual code opinionates about what you are typing, and you want it to stop, then perhaps you are looking for this setting:
"editor.acceptSuggestionOnCommitCharacter": falseDon't forget to backup your configuration file ~/.config/Code/User/setttings.json to be able to load it from backup later!
And while I have your attention, let's talk about configuring this text editor.