问题描述
如何在 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.
这篇关于如何通过按“空格"取消 Visual Studio 2015 中的自动完成?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!