Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Disable CodeRush

I do not want to uninstall code rush. I just want to have the chance to turn it off when I don't want it.

Is this possible? (express version)...

like image 236
AJM Avatar asked Nov 26 '09 12:11

AJM


2 Answers

First you should turn on the "DevExpress" menu. This is hidden by default in CodeRush Xpress.

See this blogpost http://www.coderjournal.com/2009/08/show-coderush-xpress-9-2-menu-in-visual-studio/

Once this is done you should be able to use the Unload/Load menu option (Last item on DevExpress menu)

Additionally you can set CodeRush Xpress to not load fully by default..


Follow these steps to get to the Startup options page:

  1. From the DevExpress menu, select "Options...".
  2. In the tree view on the left, navigate to this folder:

    Core

  3. Select the "Startup" options page. This page level is Expert, and will only be visible if the Level combo on the lower-left of the Options dialog is set to Expert.


Once on this page, you can toggle the "Load Manually" setting to dictate how CodeRush starts.

like image 151
Rory Becker Avatar answered Sep 19 '22 23:09

Rory Becker


Shift Ctrl Alt O brings up CR's options dialog - not sure if there's something useful in the Xpress version though.

(In the Pro, the DevExpress menu has a "Unload" option)

like image 31
Ruben Bartelink Avatar answered Sep 19 '22 23:09

Ruben Bartelink