Sooooooooooooooooo annoying when you’re just trying to edit plaintext when there’s absolutely no need to suggest anything!
Here are the steps:
- Ctrl+Shift+P (or Command+Shift+P on Mac)
- Type: configure
- Select: Preferences: Configure Language Specific Settings…
- Choose: Plain Text (plaintext)
- Add to the [plaintext] section:
"[plaintext]": { "editor.wordBasedSuggestions": false, "editor.quickSuggestions": { "other": false, "comments": false, "strings": false } },
- Save and Close!