Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Reset Resharper

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

like image 805
ilivewithian Avatar asked Oct 19 '10 09:10

ilivewithian


People also ask

Where are ReSharper settings stored?

...the settings are stored in "%userprofile%\application data\jetbrains\resharper\v4.

How do I set rules in ReSharper?

Find the name of formatting rule that you want to tweak. You can look it up on the Code Editing | [Language] | Formatting Style page of ReSharper options ( Alt+R, O ) or alternatively, you can select a code block where the desired rule applies, press Alt+Enter , and choose Format selection | Configure.

How do I open ReSharper options?

In the main menu, choose ReSharper | Navigate | Go To File or press Ctrl+Shift+T .

How do I run a ReSharper code analysis?

ReSharper helps you resolve most of the discovered code issues automatically. All you need is to press Alt+Enter when the caret is on a code issue highlighted in the editor and check the suggested quick-fixes.


2 Answers

Here is how you do it in Resharper 6.1.

  1. Go to Resharper -> Manage Options...
  2. Click the "Reset All Settings" button.
like image 78
Gebb Avatar answered Sep 18 '22 00:09

Gebb


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

like image 35
gdbdable Avatar answered Sep 20 '22 00:09

gdbdable