Inside Out

Notes on seeking wisdom and crafting software

Disable resharper temporarily

Modify this registry key:

`Windows Registry Editor Version 5.00`

`[HKEYCURRENTUSER\Software\JetBrains\Resharper\v7.1\vs11.0] `

“IsSuspended”=“True”

I usually setup this registry before running automated tests against Visual Studio, so R# doesn’t interrupt my tests. It also makes debugging VS (in case you’re an extension developer) quite fast :)

The UI way of setting this up is via Options -\> Resharper -\> Suspend (in Visual Studio Options, not Resharper options).