如何通过按“空格"在Visual Studio 2015中取消自动完成功能?

问题描述:

如何在Visual Studio 2015中通​​过按空格"取消自动完成功能?

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

好像没有这样的选择.

当我看到智能感知自动完成列表并按空格"时,VS将自动打印突出显示的项目.我要取消它. VS 2013不会表现那样.

When I see intellisense auto-complete list and press "Space" VS automatically print highlighted item. I want cancel it. VS 2013 doesn't behave itself like that.

另外,当我按下"{"时,VS 2015会自动向右打印}",我也会取消它.

Plus when I press "{" VS 2015 automatically print right "}" I would cancel it too.

语言c#.

如果您要修复它,请投票给

If you want fix it vote for https://visualstudio.uservoice.com/forums/121579-visual-studio-2015/suggestions/9319764-visual-studio-2015-cancel-intellisense-autocomple

Escape键将取消智能提示,并允许您继续键入所需的任何内容而不会受到干扰.刚刚在VS2013上尝试过进行确认.

The Escape key will cancel intellisense and allow you to continue typing anything you want without interferences. Just tried it on VS2013 to confirm.

对于以}"结尾的"{",通常是由诸如Resharper,MS PowerTools之类的扩展名引起的.

As to the "{" being closed with a "}", this is usually caused by an extension such as Resharper, MS PowerTools, or similar.