I find the default settings for auto-complete in [[VS Code]] very promising but ultimately a source of frustration. Auto-complete can help you type more quickly and recall what you named that variable 100 lines above, but there's many cases when it's not on the money.
Open the settings in VS Code (`Ctrl + ,`) and search for "accept suggestion on complete character". You should see a list of related settings.
1. Uncheck the setting "Editor: Accept Suggestion on Commit Character".
2. For the setting "Editor: Accept Suggestion on Enter", select "off".
