Stop default Autocomplete behavior when hitting spacebar in Visual Studio 2015

前端 未结 8 2115
臣服心动
臣服心动 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条回答
  •  -上瘾入骨i
    2020-12-29 20:20

    Visual Studio 2019 Pro -> Options -> Text Editor -> Advanced -> disable "Responsive code completion"

    This disables Completion Mode, but doesn't take effect when VS is restarted. You have to enable & disable it again after each restart, which is worse than using the Toggle Completion Mode menu option.

    Since it is in Options, it is probably supposed to be a permanent setting.

提交回复
热议问题