What I really like about ReSharper is the Static code analysis, and the quick-fixes. What I really don't like is pretty much everything else.
Keeping only the Static code analysis
Go to ReSharper menu and clik Options…
In the Environment > General
tab uncheck:
In the Environment > Keyboard & Menus
tab select:
In the Environment > Editor
tab uncheck:
From Braces and Parentheses uncheck:
In the Environment > IntelliSense > General
tab select:
Uncheck everything in the IntelliSense > Completion Behavior
tab.
In the Environment > IntelliSense > Completion Appearance
tab select:
In the Environment > IntelliSense > Parameter Info
tab select:
Enable Visual Studio IntelliSense
Since we customized ReSharper to use Visual Studio IntelliSense, we have to manually enable it from Visual Studio options.
In Visual Studio, go to Tools menu and click Options…
In the Text Editor > C#
tab select:
Suspending ReSharper
There are some projects where I don't even want to have ReSharper's Static code analysis and the quick-fixes.
In Visual Studio, go to Tools menu and click Options…
In the ReSharper
tab click Suspend.