问题描述
在 Visual Studio 2010 中,有时在同一会话中(未重新启动应用程序)智能感知被关闭.工具 > 选项 > 文本编辑 > C# > 语句完成、自动列表成员"和参数信息"中的复选框变为未选中状态.
In Visual Studio 2010, sometimes within the same session (not having rebooted the app) intellisense gets turned off. The checkboxes in Tools > Options > Text Editory > C# > Statement Completion, "Auto List Members" and "Parameter Information" become unchecked.
我也安装了 Resharper.但据我所知,Resharper 无法控制该设置.
I have Resharper installed as well. But Resharper does not control that setting, as far as I know.
这对我来说每天可能发生几次,而无需重新启动 Visual Studio.
This can happen a couple times a day to me, all without restarting Visual Studio.
推荐答案
显然,Resharper 有一个记录的错误:http://blogs.jetbrains.com/dotnet/2011/02/resharper-513-is-released/
There is, apparently, a documented bug for Resharper: http://blogs.jetbrains.com/dotnet/2011/02/resharper-513-is-released/
摘录:
ReSharper 5.1.3 provides exactly one bug fix that prevents disabling Parameter
Information and auto-completion when you’re using native Visual Studio
IntelliSense (as opposed to ReSharper IntelliSense).
Please note that if you’re been using ReSharper IntelliSense as a workaround in
5.1.2, as soon as you switch back to Visual Studio IntelliSense, you’ll have to
initially set Auto-list members and Parameter information check boxes manually,
but that is only required once.
这篇关于为什么自动列出成员总是被关闭?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!