0

Possible Duplicate:
Disable, but not uninstall Resharper 4.x onwards

i have a full licensed version of resharper on my VS2008 but sometime i need to start VS without it, there is a way to do so without uninstalling ?

Community
  • 1
  • 1
maborg
  • 435
  • 5
  • 24

3 Answers3

2

You can run the Visual Studio in safe mode, using the /SafeMode switch from the command line:

"C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe" /SafeMode

This will disable all third-party packages and add-ons, and prevent them from loading.

If you find yourself needing to do this frequently, you can even create a new shortcut and add this switch to the target path so that double-clicking that shortcut automatically opens Visual Studio in safe mode.

Cody Gray - on strike
  • 239,200
  • 50
  • 490
  • 574
  • this was quite cool, but still i prefere the "CTRL+W,A" Resharper_suspend foud here: :D http://stackoverflow.com/questions/253063/disable-but-not-uninstall-resharper-4-x-onwards – maborg Apr 25 '11 at 13:09
1

As a varient you can suspend resharper. Type in command window "ReSharper_Suspend"

Andrei
  • 4,237
  • 3
  • 25
  • 31