Stop default Autocomplete behavior when hitting spacebar in Visual Studio 2015

前端 未结 8 2059
臣服心动
臣服心动 2020-12-29 19:49

NOTE The keyword here is \"default\". I know I can hit escape and the default behavior gets aborted. I don\'t want to hit the escape key every time the ID

相关标签:
8条回答
  • 2020-12-29 20:20

    I just did this in Visual Studio by going to:

    File > Preferences > Settings > toggle "Suggest on Trigger Characters"

    I also toggled off "Auto Suggestion on Commit Character" and "Accept Suggestion on Enter" - however you may want those settings.

    0 讨论(0)
  • 2020-12-29 20:22

    For all who have the same problem in Visual Studio Code, add this line to the User Settings:

    "editor.acceptSuggestionOnCommitCharacter": false
    
    0 讨论(0)
提交回复
热议问题