How do I reset resharper to factory defaults?
I
made some changes to resharper and I was wondering if there is a way to clear all the changes I have made and go back to the default settingss
that were configure when I first installed the software?
Please sign in to leave a comment.
Hello Chuck,
In order to reset ReSharper settings to factory defaults you should:
1. Close all instances of Visual Studio
2. Delete all %APPDATA%\JetBrains\ReSharper\\UserSettings.xml
file
3. Delete *.resharper and *.resharper.user files for each solution (this
will remove per-solution settings)
Thank you!
Andrey Serebryansky
Senior Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
I don't have this file on my PC. I'm using ReSharper Ultimate 2016.3.2, Visual Studio Pro 2017, and WIndows 10 Pro.
@Coder0xff, you might try resetting settings via UI: ReSharper | Manage Options | Reset all.
Thanks!
@Coder0xff, for ReSharper Ultimate, the file is at %AppData%/JetBrains/Shared/vAny/GlobalSettingsStorage.DotSettings.
You would see inspection severity edits such as:
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=RedundantExtendsListEntry/@EntryIndexedValue">DO_NOT_SHOW</s:String>