How to disable Visual Studio Code dropdown suggestions? It's very annoying especially in plain text files. Is there any setting that disables this feature for some file extensions like .txt
but doesn't for other extensions? Or is there any vscode extension that helps controling this feature?
Edit -> Advanced -> untick View White Space.
To customize your editor by language, run the global command Preferences: Configure Language Specific Settings
"[plaintext]": {
"editor.quickSuggestions": {
"other": false,
"comments": false,
"strings": false
}
}
https://code.visualstudio.com/docs/getstarted/settings#_language-specific-editor-settings
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With