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?
Asked
Active
Viewed 1.2k times
18
-
1Duplicates 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 Answers
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.
-
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