问题描述
我在 Windows 8 上全新安装了 VS2015,并且智能感知在任何环境中都无法正常工作(什么都没有!).
I have a fresh install of VS2015 on windows 8 and intellisense doesn't work at all (nothing!) in any environment.
我在同一台机器上也有 VS2013(带有 Resharper 8),运行良好.
I also have VS2013 (with Resharper 8)on the same machine which works fine.
在我重新安装之前有什么想法吗?
Any ideas before I go through a re-install?
推荐答案
问题可能出在 ReSharper 上,我在同一台机器上运行 VS2013 和 VS2015 没有任何问题.
Probably the problem is with ReSharper, I'm running VS2013 and VS2015 on the same machine without any issues.
我会尝试:在 Visual Studio 2015 中,转到工具" |选项 |文本编辑器 |C# |一般自动列出成员"和参数信息"都要勾选.
I would try:In Visual Studio 2015, go to 'Tools | Options | Text Editor | C# | General both "Auto list members" and "Parameter information" should be checked.
如果这不起作用,我会尝试在 VS2013 中禁用 ReSharper 并尝试让正常的智能感知工作.如果 ReSharper 无法恢复设置,则与上述步骤相同.
If that doesn't work I would try to disable ReSharper in VS2013 and try to get the normal intellisense working. Same procedure as above if ReSharper fails to restore the settings.
这篇关于Visual Studio 2015 智能感知不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!