I have R# ReSharper 8 and Visual Studio 2013. I turned off some Code Inspection Settings that I want on. Instead of trying to figure out which setting I turned off, I would like to just reset them to their default values. How is that done?
Asked
Active
Viewed 1.0k times
4
-
http://stackoverflow.com/questions/3966798/reset-resharper this question probably help you – Dnyanesh Aug 05 '14 at 02:06
-
That says to: Go to Resharper -> Manage Options... -> Click the "Reset All Settings" button. That seems like a good option if there is no other way to specifically set Code Inspection Settings to their default values. Thanks. – Aug 05 '14 at 03:15
1 Answers
10
This may help you
- Go to Resharper -> Manage Options...
- Click the "Reset All Settings" button.
or try deleting following file
C:\Users\<user-name>\AppData\Roaming\JetBrains\ReSharper\<resharper version>\vs<vs version>\UserSettings.xml

Dnyanesh
- 2,265
- 3
- 20
- 17
-
It made me start over with my configuration settings but at least made it possible to eventually do what I wanted to do. – Aug 06 '14 at 21:33
-
I have issues with version 9 about Code Inspections. It seems that does not work properly with VS Community 2015. – Felipe Oriani Aug 12 '15 at 12:30