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

后端 未结 5 1715
盖世英雄少女心
盖世英雄少女心 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

    To disable autocomplete you can use:

    Edit->IntelliSense->Toggle Completion Mode(Ctrl+Alt+Space)

    This will also disable it for all characters. This suits me but may not be exactly what you are looking for, VS2013 allowed you to select which characters and specifically Space I'm not sure why this was removed.

    To Disable brace completion:

    Tools->Options->Text Editor->C#->General->Automatic Brace Completion

提交回复
热议问题