Turn off VSCode suggestions
vs-code
Oct 12, 2022Settings 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