How To Turn Off Suggestions In Visual Studio Code

This is for Visual Studio Code, not Visual Studio. Code is the smaller, more compact version of visual studio that does not contain a C/C++ compiler, or any compiler.
So when your typing away and that menu of choices keeps popping up, driving you crazy, how do we turn this menu off?
First go to “File” > “Preferences” > “Settings” >
In the bar at the top of the screen of “Settings” type: (do a search for ‘intelli’)
intelli
BashNot to include the word “Bash,” that’s just the only type I could choose from. So just type the word “intelli”
On the left of your screen, you’ll see “Text Editor” “Features” “Extensions” click on “Suggestions”
suggestions
BashNext you have to uncheck all the boxes in the center of your screen, all the ones that start with Editor > Suggest: there’s like, 40 of them. Uncheck them all, to turn them all off.
With that, you are free of the intellisense or intellicode whatever it is that provides you with these suggestions.