Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I restore Visual Studio settings after uninstalling Resharper?

Tags:

I uninstalled Resharper after a day of use, and now I notice that some of the key bindings have changed. for example: control-period, when hovered over a classname that is not recognized will offer to generate the appropriate usings, or will generate the full name.

I also noticed that GhostDoc no longer works. It now says "To generalte XML comment, you must select a type or a member"

How do I restore my previous settings? I would prefer not to have to do a full reinstallation of VS2010.

like image 479
MedicineMan Avatar asked May 25 '11 18:05

MedicineMan


People also ask

How to completely remove ReSharper?

Control Panel can be found at Start | Windows System | Control Panel; Click uninstall for the ReSharper Ultimate record; Windows will notify you that there is no uninstaller and will suggest removing the record.


2 Answers

Have you tried Tools - Import and Export Settings - Reset all settings and Tools?

like image 51
Roy Dictus Avatar answered Sep 22 '22 00:09

Roy Dictus


Also running devenv /resetsettings will reset Visual Studio back to its original state.

like image 32
Alireza Maddah Avatar answered Sep 23 '22 00:09

Alireza Maddah