本文介绍了的Visual Studio 2012和智能感知的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我认为这仅仅是发生在我身上,但我每次启动我的项目在VS时候我要做的devenv.exe / resettsettings否则智能感知不起作用。没有人知道任何特别的理由,为什么?
I think this is just happening to me, but every time I start my project in VS I have to do devenv.exe/resettsettings otherwise the intellisense doesn't work. Does anyone know any special reasons as to why?
推荐答案
这些选项应该启用:
Tools->Options->Text Editor->C#->General->Auto list members
Tools->Options->Text Editor->C#->General->Parameter information
Tools->Options->Text Editor->C#->Intellisense->Show completion list after a character is typed
如果它不工作,试试这个:工具 - >进出口设置 - >将所有设置
If it doesn't work try this:Tools->Import and export settings->Reset all settings
这篇关于的Visual Studio 2012和智能感知的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!