Prevent autocomplete in Visual Studio Code

In the most recent version of Visual Studio Code I’ve found out that the

"editor.acceptSuggestionOnCommitCharacter": false

configuration disables this behavior.

Leave a Comment