views:

70

answers:

4

Can I switch reshaper 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 active/deactive it without having to reload the solution?

+1  A: 

Press Ctrl+8.

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

SLaks
A: 

Use Tools | Add-in manager to enable and disable VS add-ins.

Jeffrey Hantin
+1  A: 

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.

aponzani
Thanks so much for this. I had a devilish time finding this in JetBrains' documentation.
Josh Kodroff