Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

How can I reset all options in Resharper back to their default?

share|improve this question

4 Answers

up vote 1 down vote accepted

I dont think you can Reset them all in one click, but you can uninstall resharper, then Reinstall resharper, then you can make a backup of the general settings, or if someone has a backup already they can post it and you can use it,

share|improve this answer

Here is how you do it in Resharper 6.1.

  1. Go to Resharper -> Manage Options...
  2. Click the "Reset All Settings" button.
share|improve this answer
Why is this not marked as the answer?? – Levi Botelho Oct 20 '12 at 13:42
At the time of the original post that there was no "Reset All" button. – kyndigs Feb 26 at 2:28

Try deleting the file: C:\Users\<user-name>\AppData\Roaming\JetBrains\ReSharper\<resharper version>\vs<vs version>\UserSettings.xml

share|improve this answer
4  
This worked for me. I had to exit visual studio, otherwise it would write them at exit time, but deleting this file and starting VS set me back to the default settings. – Christopher Currens Oct 31 '11 at 23:32

Watchout for resetting to factory defaults if you are using Stylecop rules. You will loose that configuration too. I would go for reinstall after reset if that was the case

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.