Visual Studio 2005 Intellisense stopped working after ReSharper installation

前端 未结 8 2336
一向
一向 2020-12-03 07:06

I installed the ReSharper evaluation version and uninstalled it. Afterwards Visual Studio\'s Intellisense stopped working. I have restarted computer but I still have this pr

相关标签:
8条回答
  • Try opening Visual Studio Command Prompt and entering:

    devenv.exe /ResetSettings
    
    0 讨论(0)
  • 2020-12-03 07:38

    I would try a "repair" on the installation first. Control Panel, Add/Remove Programs, select Microsoft Visual Studio 2005, click "Change/Remove". It will load up the install dialog and give you the option to do a "repair".

    YMMV, but at least it should reset a lot of the VS resources to their "fresh" state.

    0 讨论(0)
  • 2020-12-03 07:40

    Try going to Tools > Options > Text Editor > C# and checking all of the options under Statement completion. I think Resharper disables these upon installation.

    0 讨论(0)
  • 2020-12-03 07:47

    Sometimes deleting the ncb file helps. Go to your solution directory and find the sln file, there will also be a file with the same name and the extension ncb. Make sure Visual Studio is closed (at least don't have that project open) and then delete that file. Don't worry Visual Studio will rebuild it for you.

    0 讨论(0)
  • 2020-12-03 07:49

    Disable updating intelliSense like in this article: http://amastaneh.blogspot.com/2007/11/disable-updating-intellisense.html Eventhough for old version seems to work for me.

    0 讨论(0)
  • 2020-12-03 07:54

    You could try to reset your Visual Studio setting by

    1. End Process devenv.exe from Tast Manager if it is running .(It can close your Browser and Visual Studio)
    2. Run devenv /resetuserdata from Start -> Run

    Hope It can help you.

    0 讨论(0)
提交回复
热议问题