How to display CodeRush menu item in VS?
Asked Answered
K

4

5

I just installed CodeRush to my VS and when I run VS for the first time after installation it showed me a dialog asking if I'm experienced user. While the dialog was visible I could see that there was new menu item in VS named DevExpress. There was a small check box on that dialog saying something about menu items that I probably should have checked. As I did not the menu items disappeared just after I clicked OK.

I cannot make that menu item reappear. Can somebody help me with this ?

Kenlay answered 20/5, 2010 at 22:52 Comment(0)
C
11

DevExpress Menu Disappearing

Typically the menu disappearing is not an evaluation issue. Instead this is the normal behaviour of CodeRush Xpress.

This menu can indeed be brought back. This needs to be done for each Major version (2 - 3 of these each year). Here are the instructions for doing so with 10.1

However it may be enough to know that the options are available through the use of the CTRL+SHIFT+ALT+O shortcut

CodeRush Xpress

The Xpress of CodeRush is not an evaluation version although it is a cut down version. (Trial of full version of CodeRush available here) It is Free to use with VS2005, VS2008 and VS2010 because Microsoft paid DevExpress to licence it to every user of (the Pro versions and higher of) these products.

Along with this, Microsoft also wrote several conditions into this agreement.

The first of these appears to have been the removal of the DevExpress menu from the main menu bar.

Additionally in version 10.1 and higher (required if you want to use CodeRush Xpress with VS2010) several other functions were also removed at the request of MS (but only whilst running under VS2010 - these functions remain whilst using 10.1 with earlier versions of Studio)

This is indeed a shame but as MS paid for this product they are entitled to have a say in what goes into it.

Cercus answered 21/5, 2010 at 9:27 Comment(4)
This s what I call great answer! I don't really understand why Microsoft wants this... But anyway I'd like to know what are the other limitation on CodeRush Xpress. It seems to me that not even basic rename works in CodeRush Xpress(it cannot be invoked by F2 and it only invoked VS default rename - see my question at https://mcmap.net/q/2030190/-coderush-not-working). Or I can read the details myself if you can state some sources of your information.Kenlay
Perhaps try my blog: I have not attempted to list all the limitations are but you can read my post on CodeRush vs CodeRush express here -> rorybecker.blogspot.com/2009/07/… and also my more recent post on the changes in CodeRush Xpress 10.1 here -> rorybecker.blogspot.com/2010/05/coderush-101-hits-rtm.html I hope this helps. If you have any other questions, feel free to contact me on twitter (@rorybecker) or via mail if you prefer ([email protected])Cercus
Of course if you'd prefer, I will be happy to answer questions on SO. I'm always happy to earn a bit of rep :)Cercus
Thanks a lot! Your blog is really interesting. I've installed evaluation version of CodeRush Pro and it solved most of issues. I'm missing only one Resharper feature so far but maybe I'll ask a new question about that. That will also give you a possibility to earn some rep.Kenlay
H
0

Ctrl+Shift+Alt+O brings up CodeRush preferences.

Hooked answered 20/5, 2010 at 22:54 Comment(2)
Well I know that but what about the menu item? How do I make it reappear ?Kenlay
I think the menu not being available is something to do with it being evaluation version. Mine is no longer around either.Hooked
M
0

To enable the menu in Visual Studio 2008, windows 7 32 bit of the CodeRush Express 11.2.11, enter the HideMenu key in your registry and restart VS:

[HKEY_LOCAL_MACHINE\SOFTWARE\Developer Express\CodeRush for VS\11.2]
"HideMenu"=dword:00000000

Regards

Muldrow answered 26/4, 2012 at 9:21 Comment(1)
Welcome to SO. The information you provide in your answer is already covered by a link provided in the accepted answer.Darkness
N
0

I had to open Visual Studio in Admin mode. Just right click on the visual studio icon and select run as administrator.

Nichrome answered 29/4, 2019 at 16:8 Comment(1)
This isn't so much an answer as it is a workaround.Bullring

© 2022 - 2024 — McMap. All rights reserved.