How to cancel autocomplete in Visual Studio 2015 by pressing “Space”?

后端 未结 5 1693
盖世英雄少女心
盖世英雄少女心 2020-12-18 17:59

How to cancel autocomplete in Visual Studio 2015 by pressing \"Space\"?

Looks like there is no such option.

When I see intellisense auto-complete list and pr

5条回答
  •  囚心锁ツ
    2020-12-18 18:38

    There is a way to turn off this particular behavior in Visual Studio 2015, while leaving the completion fully functional. However, this works only with some languages. In options:

    Text Editor -> [your language] -> IntelliSense -> 'Only use Tab or Enter to commmit'
    

    Worked for me for the Java Script editor, but there is no equivalent to C# (where I personally don't find this feature as annoying.

提交回复
热议问题