Kowlt

Kowlt — pick any topic, read, quiz yourself, and retain it. Try it →

Turn off VSCode suggestions

vs-code
Oct 12, 2022

Settings to turn off VSCode suggestions so that they only show up when you press ctrl+space

"editor.suggestOnTriggerCharacters": false,
"editor.quickSuggestions": {
  "other": false,
  "comments": false,
  "strings": false
}

Related Articles

Setup VS Code

Setting up the VS Code editor machines