Prevent autocomplete in Visual Studio Code

前端 未结 8 2189
臣服心动
臣服心动 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:25

    In the current version of Visual Studio Code, add this to your user settings:

    "editor.quickSuggestions.other": false
    

    This disables most of the spurious suggestions.

提交回复
热议问题