18

Can I switch resharper on/off in a simple manner.
The issue is sometimes I dealing with big files and makes my VS slow, sometimes it pops out a message telling me resharper is out of memory. Can I activate/deactivate it without having to reload the solution?

Cœur
  • 37,241
  • 25
  • 195
  • 267
jmayor
  • 2,725
  • 4
  • 29
  • 37
  • 1
    Duplicates http://stackoverflow.com/questions/253063/disable-but-not-uninstall-resharper-4-x – Jeffrey Hantin Nov 04 '09 at 00:44
  • Possible duplicate of [How can I disable ReSharper in Visual Studio and enable it again?](https://stackoverflow.com/questions/2189792/how-can-i-disable-resharper-in-visual-studio-and-enable-it-again) – KyleMit Dec 07 '17 at 14:52

4 Answers4

22

In versions 7.0-2017 it's in

Tools > Options > ReSharper > Suspend
jenson-button-event
  • 18,101
  • 11
  • 89
  • 155
9

In ReSharper 5.0, the keyboard shortcut to temporarily enable/disable code analysis for the current file is Ctrl+Shift+Alt+8. It was Ctrl+8 in previous versions.

Cœur
  • 37,241
  • 25
  • 195
  • 267
aponzani
  • 438
  • 6
  • 10
  • Thanks so much for this. I had a devilish time finding this in JetBrains' documentation. – Josh Kodroff Apr 26 '10 at 14:35
  • Refer to [this](https://resharper-support.jetbrains.com/hc/en-us/articles/206546999-How-can-I-temporary-disable-turn-off-ReSharper-) resharper page for additional information on configuring the shortcut – SpaceMonkey55 May 25 '21 at 07:22
0

Press Ctrl+8.

Alternatively, click Tools, Add-in Manager, and uncheck ReSharper.

Community
  • 1
  • 1
SLaks
  • 868,454
  • 176
  • 1,908
  • 1,964
-1

Try using Ctrl+8 on the big files:

http://codebetter.com/blogs/jeffrey.palermo/archive/2007/11/28/temporarily-disable-code-analysis-for-single-code-file-with-resharper-3-0-2-and-vs-2008.aspx

Cœur
  • 37,241
  • 25
  • 195
  • 267
Paul Mason
  • 1,129
  • 8
  • 15