vote up 20 vote down star
10

DevExpress has announced a free express version of CodeRush (for C# only).

http://blogs.microsoft.co.il/blogs/kim/archive/2008/10/28/coderush-for-free-coderush-xpress-for-visual-studio-announced.aspx

I've read about CodeRush Pro and suspect that it is probably worth the money--but I've always had other things I needed to spend the money on. Is CodeRush Express worth the time and effort to download and learn to use. It's help file didn't install and I'm a little frustrated as to how to use it.

Thanks,

rp

flag

79% accept rate
I think this is a valid and worthwhile question, relevant to the interests of developers. Normally, I'd just open it back up again and sneak off; however, since Jeff closed it, he might run a query and bust my ass. TL;DR: I'm like "eh" on it. – Will Oct 28 '08 at 18:32
Ditto on the 're-open for anyone but Jeff' sentiment. – Joel Coehoorn Oct 28 '08 at 18:34
1  
Easy now, Jeff. This is a valid question, pls reopen – Kasper Oct 28 '08 at 18:46
1  
I tried CRXpress today, and it is slow as hell and crashes or hangs VS all the time. I even was not able to do any sane action with it on our solution. All I've seen were structured highlighting and VS crash dialog box. – Ilya Ryzhenkov Oct 28 '08 at 21:25
1  
According to his profile, Ilya Ryzhenkov is a Resharper Product Manager. Just FYI. – mmacaulay Dec 17 '08 at 19:11
show 6 more comments

11 Answers

vote up 3 vote down check

I had installed CodeRush Express (as well as ReSharper 4.0) on VS2008. I also suffered from the slow-down issues described above (despite dual-core 64-bit CPU with 6Gb RAM), as well as fairly significant increases in memory uses for devenv.exe. I have just been forced to uninstall it after more than a dozen crashes on the same project (not even that huge a project either) today alone, and as soon as it had been removed the system is stable again. I've seen some nice features in there, but unless you are sure you will use them then I'd suggest not to install it on a main development machine. If you install it and get random crashes and high memory usage, particularly under Vista, then you should probably uninstall it.

Version 3.0 of Resharper had caused similar problems before and had led to me uninstalling it, but v4.0 has not caused these same problems for me.

link|flag
2  
I work on a large solution that would always crash CodeRush. I am trying the latest release (2009.2.4, 25-Aug-2009). So far, no crashes. It might be worth trying again. – Jon Sep 1 at 15:13
DevExpress has released a new version that significantly improves memory footprint and crashing problems, so i don't believe this answer applies anymore. – RCIX Sep 15 at 14:46
Agreed. CodeRush Xpress is much more stable and performant as of version 9.2.4 – Rory Becker Sep 15 at 15:59
The improvements which as indicated, apply to all the DevExpress IDE tools, are noted here community.devexpress.com/blogs/markmiller/… – Rory Becker Sep 15 at 16:00
I also had issues with memory and CPU issues with the 2009.2.4 version and had to uninstall. – Adam Tegen Oct 13 at 13:41
vote up 19 vote down

I use the PRO version and I would say without hesitation that it will pay for itself in increased productivity almost immediately!

I looked at the technical overview of the express version and I would have to say that it's probably worth the installation if you can't get the upgrade yet.

As for not having help, place the caret on certian elements (like undeclared variables) and "press the Refactor/Code key (Ctrl+`) to see list of intelligent suggestions". Also, look for and click on the three dots under the text where you have parked the caret.

The DevExpress site has several training videos that would give you a great start. Even if the express version doesn't do it all, the tutorials should help you with the basic navigation/operation.

I would suggest that any VS add-in doing this much processing uses resources so make sure you have the speed, RAM, and CPU's available to take on the extra work! (Not to mention whatever other apps and services are running at the same time...)

link|flag
Thank you, Doug. – rp Oct 28 '08 at 19:24
vote up 2 vote down

I love pro, but can't afford it.

I tried express, and loved it; except for one feature. I hate the so-called 'smart cut' feature. It's not so smart. It always cuts exactly what I don't want it to cut. Unfortunately, the free version does not come with the ability to alter the settings (at least that I or my colleagues could find). That one feature was a showstopper for me, so I uninstalled it.

If you like the smart cut feature, I'd highly recommend it.

link|flag
1  
CTRL-SHIFT-ALT-O (as on oooooooh!) – Initri Jul 6 at 19:55
@Initri - Actually, Ctrl-Shift-Alt-O does not work in my VS for some reason. I contacted DevExpress (some time ago), and they gave the registry setting I needed to change to get the DevExpress menu to show in the toolbar. Now I can change all the settings even though the shortcut doesn't work. – John Kraft Jul 6 at 20:53
vote up 8 vote down

In answer to the answer about modifying settings, you can show the DevExpress menu by modifying a registry setting: HKEY_LOCAL_MACHINE\SOFTWARE\Developer Express\CodeRush for VS\3.2: HideMenu (Set to 0)

I've had trouble with a large solution (40 projects), from time to time the background parsing seems to choke and VS will hang and die. It gets progressively more and more frequent. I've variously tried disabling cache, installing/reinstalling, disabling/enabling add-in. All seem to work, but only temporarily...

EDIT: I've given up - it just exploded too often. Uninstall, with slight regrets. The thing I miss the most? Alt+cursor to navigate by camel case.

link|flag
Version 9.2 (should be released any time now) is more than capable and has undergone a huge optimization of it's memory management. Also Camalcase navigate has existed for many versions now and should have existed even at version 3.2 – Rory Becker Aug 22 at 19:42
I meant I miss it most since uninstalling :) I'll look out for the new version. – Benjol Aug 23 at 19:46
vote up 2 vote down

I am in the processing of uninstalling it right now...

The features are great; in the short time I tried it, I really liked it.

But it slowed down my VS2008 terribly. I would open a solution and wait and wait. Drawing all the UI guides would slow everything to a crawl. Now, I realize my company hasn't given me the fastest machine around, so I'd say if you have a beefy machine, you might not notice this.

I also didn't like the extra folder it created all the time (*DXCore.Solution), but I could look past that if I didn't spend so much time waiting around.

link|flag
I can't blame this for sure on this CodeRush, but my macro recorder (ctrl-shift-r) takes a lot longer to load now that I have this installed. – Greg Dec 2 '08 at 22:34
community.devexpress.com/blogs/markmiller/… – Jon Sep 1 at 15:16
vote up 3 vote down

@John Kraft, you can disable the smart cut/copy in CodeRush Xpress.

Set this registry key value that Benjol mentions to 0:

HKEY_LOCAL_MACHINE\SOFTWARE\Developer Express\CodeRush for VS\3.2\HideMenu

Restart Visual Studio then press CTRL+SHIFT+ALT+O.

Go to Editor | Clipboad | Smart Cut/Copy and uncheck Enabled. Back to normal.

As regards usage, I've noticed that solutions take a fair bit longer to open but everything is OK after that. It's strange how you can almost feel the missing refactorings after a while.

link|flag
vote up 1 vote down

@Jonathan Webb

For those still searching, the registry key location for Server 2008 x64 is:

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Developer Express\CodeRush for VS\3.2\HideMenu
link|flag
Cool. Is this the same for Vista x64 too? – Jonathan Webb Apr 28 at 14:47
vote up 4 vote down

I tried CodeRush express for a week and I am now using the trial of CodeRush full. At the end of the trial my bank account will be $250 lighter. I can't imagine coding again without this.

link|flag
vote up 3 vote down

CodeRush Xpress for C# and Visual Basic inside Visual Studio 2008 is an excellent post about the features in CodeRush Express by Mark Miller at Devexpress

link|flag
vote up 3 vote down

I can say with no exitation that is 100 times better than no refactoring tool at all.

Their latest version (2009.2.4 as of this post) is a lot faster than previous versions and certainly worth trying.

link|flag
vote up 0 vote down

I had used the trial version of CodeRush several times before and was quite impressed with the feature set, so when CodeRush Express was announced I was quite excited. But after installing it, I started to have high memory usage, with weird crashes and unexpected actions happen while typing. After uninstalling it, my machine went back to very stable condition. While I recommend CodeRush, I can’t recommend the Express Edition.

The enviroment I used was a Dell XPS laptop, dual core with 3 gigs of memory, Visual Studio 2008 Professional with no other plugins.

link|flag

Your Answer

Get an OpenID
or

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