Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2005 Intellisense stopped working after ReSharper installation

Tags:

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 problem.

Can anyone please help me here?

I am using Visual Studio 2005. Thanks.

like image 694
pradeeptp Avatar asked Oct 07 '08 14:10

pradeeptp


People also ask

How do I enable IntelliSense in Visual Studio?

To access this options page, choose Tools > Options, and then choose Text Editor > C# > IntelliSense.

How do I enable IntelliSense in Visual Studio 2010?

1) Use the Tools->Options menu command, select the Text Editor->C# settings, and then check the two circled check boxes above (Auto-list members and Parameter information). IntelliSense will then be turned on and work fine.

How do I enable IntelliSense in Visual Studio 2015?

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. If that doesn't work I would try to disable ReSharper in VS2013 and try to get the normal intellisense working.


1 Answers

Try opening Visual Studio Command Prompt and entering:

devenv.exe /ResetSettings 
like image 74
Gordon Bell Avatar answered Oct 19 '22 08:10

Gordon Bell