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

Is this possible? (express version)...

link|improve this question

73% accept rate
Rory's answer did the trick for me. But if I disable it at startup to get it back on I had to go to Tools->Add In Manager and select DXCore to get the DevExpress menu back and then press load. – AJM Nov 26 '09 at 14:17
If I were you I'd report this to the Support Center ( devexpress.com/sc ) - Worth noting that whilst CodeRush xpress is Free ( to the end user). this is because Microsoft have licensed it on your behalf from DevExpress. As such it is fully supported as if you'd bought it yourself. – Rory Becker Nov 26 '09 at 15:51
feedback

4 Answers

up vote 35 down vote accepted

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.

link|improve this answer
1  
+1: Amusingly, someone just +1'd my answer after this was posted without +1ing this! – Ruben Bartelink Nov 26 '09 at 14:10
This works. I noticed that when I set it not to load to get it back I had to go to Tools->Add In Manager and select DXCore to get the menu back. – AJM Nov 26 '09 at 14:12
Ruben that was me! I was just looking at the answers one at a time! – AJM Nov 26 '09 at 14:14
@AJM: Not that I'm not grateful for the +1, y'understand! I'll overlook you accepting Rory's arguably more complete answer in this instance :P – Ruben Bartelink Nov 26 '09 at 14:18
@AJM AFAIK if you disable using Addin Manager, that will superceed everything else. However it will require a restart to take effect. Once Enabled again in Addin Manager, then DXCore is loaded, but defers to the "Load Manually" setting to decide if to Load CodeRush... or something like that :) I do not work for DevExpress. I simple play with CodeRush.... a lot .... Yeah ok way too much to be healthy :D – Rory Becker Nov 26 '09 at 15:42
show 1 more comment
feedback

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)

link|improve this answer
1  
I have the unload option in express as well. Just hadn't noticed it! – AJM Nov 26 '09 at 14:12
This confuses me a little... Where do you have the unload menu? Or was this after you enabled the DevExpres menu? – Rory Becker Nov 26 '09 at 15:50
feedback

In Visual Studio, choose Tools | Add-in Manager...

link|improve this answer
Dosn't work for me. I get DXCore but if I disable start up checkbox it makes no difference when I restart. – AJM Nov 26 '09 at 13:09
Now that is damn strange... It should work. (I'll admit it's a little heavy handed) ... but it should work fine. I'll admit I'm rather confused. – Rory Becker Nov 26 '09 at 15:49
feedback

I do not have any "Load Manually" checkbox in DevExpress Options, but 2 checkboxes: + Re-register CodeRush commands with Visual Studio on next startup + Always re-register CodeRush commands on startup

VS2008 DXCore 9.1.3 ReSharper 5.1

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.