Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Turning Resharper on/off

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?

like image 738
jmayor Avatar asked Nov 04 '09 00:11

jmayor


2 Answers

In versions 7.0-2017 it's in

Tools > Options > ReSharper > Suspend
like image 52
jenson-button-event Avatar answered Nov 16 '22 01:11

jenson-button-event


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.

like image 24
aponzani Avatar answered Nov 15 '22 23:11

aponzani