Visual Studio 2012 and Intellisense

痞子三分冷 提交于 2020-01-13 16:21:29

问题


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?


回答1:


These options should be enabled:

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




回答2:


after many posts, I can solve this problem well:

Execute developer prompt command for visual studio 2012 --> gacutil /u Microsoft.VisualStudio.CSharp.Services.Language.Interop

solved the problem for me.




回答3:


Close the current Tab (in which Intellisense is not working) and reoppen it. Many times this was enough for me, boring, but enough.



来源:https://stackoverflow.com/questions/12210593/visual-studio-2012-and-intellisense

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!