Prevent autocomplete in Visual Studio Code

前端 未结 8 2183
臣服心动
臣服心动 2020-11-30 20:48

I\'m using the new Visual Studio Code, which is clearly not ready for prime time yet, but I\'m hoping to resolve a problem I\'m having.

In a SQL file, any time you ty

8条回答
  •  半阙折子戏
    2020-11-30 21:42

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

    "editor.acceptSuggestionOnCommitCharacter": false
    

    configuration disables this behavior.

提交回复
热议问题