Questions tagged [coderush]

CodeRush is a Productivity tool by DevExpress that extends the functionality of Microsoft Visual Studio 2010, 2012 and 2013.

CodeRush provides many features designed to enhance your productivity within Visual Studio.

Key features include refactorings (180+), code providers (70+), visualization tools, advanced selection tools, clipboard tools, navigation tools, code templates (900+), unit test runner and extensibility model.

It also provides static analysis tools like CodeIssues and Metrics which draw you attention to potential problem areas of your code.

It supports C#, VB.NET, ASP.NET, ASP.NET MVC, XML, XAML and JavaScript. The software works in all versions of Visual Studio since Visual Studio 2002; excluding Visual Studio Express editions.

139 questions
57
votes
3 answers

Resharper vs. Coderush - 2010 remake

Refer to this post for discussions on previous versions. Asking the question again since Visual Studio 2010 has been officially released. Does anyone have any visibility this early on as to which is better? What about any other products that may be…
TheHolyTerrah
  • 2,859
  • 3
  • 43
  • 50
40
votes
4 answers

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)...
AJM
  • 32,054
  • 48
  • 155
  • 243
37
votes
2 answers

Uninstall of CodeRush and ReSharper - Intellisense Not Working

Install order: Visual Studio 2008 ReSharper Uninstall ReSharper CodeRush with Refactor Pro Uninstall CodeRush with Refactor Pro Now my intellisense doesn't work. Any settings I should look at before I try a uninstall / reinstall? I'm sure there…
MJLefevre
  • 815
  • 1
  • 8
  • 15
33
votes
11 answers

CodeRush Tricks of the Trade

I was using CodeRush quite while ago and now I'm planning to use it again. I've installed the trial but I forgot all the cool features except Alt + Home (drop a marker). And when you don't know some cool tricks it's really like burning money (since…
dr. evil
  • 26,944
  • 33
  • 131
  • 201
16
votes
6 answers

Coderush and resharper, do they work together?

anyone have any experience of using them together? How well does it work? or is it just too much grief?
Keith Nicholas
  • 43,549
  • 15
  • 93
  • 156
10
votes
1 answer

Why should I switch to CodeRush from ReSharper?

For a long time I have been working with ReSharper. But after seeing CodeRush being used in a tutorial video, I started to wonder if I should consider to try CodeRush as well. But before giving a try I wanted to ask you if you've had a chance to…
pencilCake
  • 51,323
  • 85
  • 226
  • 363
10
votes
4 answers

As "private" is the default scope in C# - should the word "private" be removed from signatures for cleaner code?

I've heard various programmers suggest not including the word "private" in declarations, method signatures, etc. as private is the default scope when not specified. It can make for cleaner code but I'm interested in what the opinions are on whether…
Neal
  • 9,487
  • 15
  • 58
  • 101
9
votes
3 answers

ReSharper VS CodeRush performance

I have seen extensive articles and blogs posts on the comparison, but what about the performance? I am fine with the function of ReSharper but the performance is unbearable. I am willing to change to escape that pitfall, but will I actually be…
Paul Knopf
  • 9,568
  • 23
  • 77
  • 142
7
votes
5 answers

Why should I buy ReSharper or CodeRush?

I was trying to find similar questions here, but it appears that you guys only compare these tools and everyone know why is it so great :) Well.. I don't. I know, that these tools are 'ultra cool and will transform me into a supercoder in a…
Damb
  • 14,410
  • 6
  • 47
  • 49
6
votes
2 answers

What is this IDisposable doing for me?

I am working on a "learning program" and using the Code Rush refactoring tool with my learning. With the latest update of Code Rush it has been recommending implementing IDisposable to my programs. I know what MSDN says about IDisposable and I have…
Buck Hicks
  • 1,534
  • 16
  • 27
6
votes
1 answer

Resharper equivalent of CodeRush's "Tab" shortcut (go to next/prev usage)

I'm trying to switch to Resharper from CodeRush and really struggling with this one. In CodeRush when you are over a variable/method etc. if you press "Tab" it will jump to the next usage of it. Similar to VS.NET's Ctrl + Shift + Down/up Is there…
dr. evil
  • 26,944
  • 33
  • 131
  • 201
6
votes
1 answer

Can I change the key bindings on the free version of CodeRush Express for Visual Studio?

Note: I've tried posting on the coderush/devexpress forums and as is usual for that kind of thing, received no response. Hopefully some SO users use coderush express and can possibly help? Hi. I've just installed the free CodeRush XPress addon, and…
Orion Edwards
  • 121,657
  • 64
  • 239
  • 328
6
votes
5 answers

Is there a GhostDoc like plug-in for CodeRush or ReSharper?

I have noticed that GhostDoc hasn't been updated in a long while. So I am curious if there is a plug-in for Resharper or CodeRush that will accomplish the same thing? Or even if this type of functionality is built in to one of the tools that would…
Nick Berardi
  • 54,393
  • 15
  • 113
  • 135
6
votes
3 answers

What is the keyboard shortcut for Code Rush three periods?

I know with ReSharper you can use the keyboard shortcut Alt + Enter to open the "quick tasks" or whatever it's called. Is there a similar keyboard shortcut for Code Rush?
devlife
  • 15,275
  • 27
  • 77
  • 131
6
votes
3 answers

Shortcut for "Jump to" submenu in coderush/refactor pro

Is it possible to set a shortcut for the "Jump to" submenu that shows up when I right click on a method(could be a class, interface etc...) with coderush/refactor pro installed? I'm using version 3.23 of DXCore, CodeRush and Refactor! Pro, with VS…
Fredrik
  • 2,016
  • 3
  • 15
  • 26
1
2 3
9 10