Tagged Questions

CodeRush is a refactoring and productivity tool by DevExpress that extends the functionality of Microsoft Visual Studio 2002, 2003, 2005, 2008 and 2010.

learn more… | top users | synonyms

69
votes
18answers
21k views

2008: Resharper vs. CodeRush [closed]

I know there are many discussions if Resharper or CodeRush is better. At my company we currently use Resharper and I'm fine with it. But last week I watched a screencast about CodeRush and thought ...
44
votes
4answers
5k views

Resharper vs. Coderush - 2010 remake [closed]

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 ...
23
votes
11answers
3k views

CodeRush Tricks of the Trade [closed]

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 ...
18
votes
4answers
3k views

Comparing developer productivity tools

I am getting ready to test developer productivity tools for our team (Coderush, Resharper, JustCode, etc). We're planning to roll the tool out the same time as we deploy Visual Studio 2010 and TFS. ...
16
votes
4answers
3k views

Disable CodeRush

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)...
10
votes
1answer
432 views

Why should I switch to CodeRush from ReSharper? [closed]

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 ...
10
votes
5answers
2k views

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?
6
votes
2answers
166 views

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 ...
6
votes
2answers
1k views

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 ...
5
votes
3answers
3k views

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 ...
5
votes
1answer
801 views

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 ...
4
votes
2answers
100 views

CodeRush style typed templates for ReSharper

I'm a big fan of CodeRush and their philosophy around templates. At my current job, we'll be doing a large amount of pairing and the consensus is a preference for ReSharper (v6), which pretty much ...
4
votes
2answers
76 views

CodeRush - Build a SELECT CASE framework

in CodeRush, is there a way to auto-fill a SELECT CASE statement with the available enumerations ? So, given this enum declaration (or one with a lot more enumeration options) Public Enum ...
4
votes
3answers
641 views

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
votes
1answer
176 views

NUnit running in visual studio with coderush or testdriven.net “no tests found”

My company has been using MSTest and NUnit. I am now switching us over to only use NUnit. The code is riddled with architectural problems, so we can just ignore those and work on how to get it to ...
3
votes
2answers
83 views

How to get the classes that implement an interface in CodeRush?

I was trying to write a method that returns a list of classes that implements an Interface, but could not do it. Some method like public List<Class> GetImplementedClasses(Interface ...
3
votes
1answer
528 views

Get a list of files in a Solution/Project using DXCore console application

I understand that the following snippets can be used to extract a VS solution info when used in a plug-in. EnvDTE.Solution solution = CodeRush.ApplicationObject.Solution; EnvDTE.Projects projects = ...
3
votes
1answer
82 views

Can I write plugins to with CodeRush Express and use it?

I was trying to run this example using coderush express edition but i did not get any output as shown in this site. I followed the complete procedure as given in the blog, a new visual studio window ...
3
votes
2answers
121 views

How to to get all methods in a class and store in a file Using DXCore?

I am trying to write a simple console application as a learner with Dxcore open Api's. I have parsed a C# file using the following line of code. LanguageElement parsedFile = ...
3
votes
1answer
183 views

Moving from CodeRush to ReSharper (or vice-versa). Any resources/help for making the transition?

I've been using CodeRush with Refactor! Pro for a while, but I'm considering moving to ReSharper. Once I uninstalled CodeRush, I immediately began to miss some key features, including: navigating ...
3
votes
3answers
437 views

DevExpress CodeRush/Refactor - Context Specfic 'Tips'

I decided to give CodeRush/Refactor a go (after a rial of Resharper) and one problem I have is that CodeRush/Refactor puts a lot of 'artifacts' in my code window. By 'artifacts', I mean ...
3
votes
5answers
2k views

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 ...
2
votes
5answers
94 views

CodeRush suggests making a method static if it has parameters, agree or disagree?

I use Developer Express's CodeRush product which has a feature called Code Issues which makes suggestions to optimize your code. I've noticed that if you have a method that has parameters it will ...
2
votes
1answer
69 views

Coderush code clean up settings

When I run Coderush's clean up file command it takes code formated like this: public object GetConfig() { //fluent mappings are lined up return MsConfig.MsSql2008 .ShowSql() ...
2
votes
1answer
113 views

Coderush Intellassist vs Intellisense

I'm using coderush with vs 2008. coding in VB.net. I don't see any evidence of Intellassist, all i see is the usual VS intellisense. Is this normal? Preferred? Do most people leave the defaults or ...
2
votes
1answer
42 views

Coderush search for specific issues

how i can in coderush see only the issues related to a specific problem. For example i want to iterate over the clases that is not calling dispose(). Thanks.
2
votes
1answer
149 views

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. ...
2
votes
1answer
99 views

Coderush %?SysDate()% date format

Can the date format returned by CodeRush sysDate() be changed. It returns mm/dd/yy where as I want dd/mm/yyyy. Using CodeRush for Delphi.
2
votes
1answer
89 views

How to get ancestors of a class in Coderush?

I was trying to get all ancestors (Classes and Interfaces) of a Class to a list. I tried this code but did not work. public static List<Class> AncestorList; public static void ...
2
votes
1answer
104 views

Removing a CodeRush Community plugin

In this question - Deploying a CodeRush plugin from the Community Site. - I asked about deploying a CodeRush plugin from the Community Site. I deployed the plugin, and created a key binding. I've ...
2
votes
1answer
84 views

Navigating code using Ctrl-F, and CodeRush Markers

When I use the 'Jump To ...' context menu CodeRush drops a marker before jumping, so that I can navigate back. When I CTRL-F in Visual Studio it doesn't. How can I configure CodeRush to add this ...
2
votes
2answers
92 views

Finding a key binding definition in CodeRush

If I deployed a Community plugin and set up a key-binding in CodeRush, how do I now find where I filed it in the options dialog / tree hierarchy ?
2
votes
3answers
60 views

Deploying a CodeRush plugin from the Community Site

If I have a plugin that I want to deploy from the DevExpress CodeRush Community site, how do I deploy it onto my machine? This one looks like such a useful plugin.
2
votes
4answers
82 views

CodeRush - Commenting out whole sections of code

Is there a way to comment out a chunk of code quickly using CodeRush ? 'For narCounter = 0 To UBound(arPDFFiles) ' 'Add the PDF File Names to the Data Table. ' rowPDF = ...
2
votes
1answer
457 views

How can I setup CodeRush and Visual Assist X to not conflict with each other?

Both Developer Express' CodeRush and Whole Tomato's Visual Assist X are excellent tools. I've found that CodeRush has a prettier UI, and it's "marker" mechanic is extremely useful, and it has a larger ...
2
votes
2answers
294 views

How to install CodeRush and Resharper? CodeRush Shortcut Missing

I am trying to install CodeRush and ReSharper together. After installing ReSharper, my CodeRush shortcuts disappears. Does anyone know how to restore my CodeRush shorts with Resharper installed? ...
2
votes
3answers
922 views

ReSharper 5.0 VS CodeRush 10.1 - Specific Feature Comparison

I'm deciding between ReSharper 5.0 VS CodeRush 10.1. I've seen a lot of questions that target which one is better/faster than the other. For Example, ReSharper may be a little slower than CodeRush ...
2
votes
3answers
291 views

Automatic adition of `using` in CodeRush

I just installed CodeRush Pro (evaluation trial) for Visual Studio and I can say I like it much so far. Comparing to Resharper there is only one type of feature I'm really missing. It is the way ...
2
votes
3answers
944 views

How to display CodeRush menu item in VS?

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 ...
2
votes
3answers
156 views

When sorting using statements with DevExpress Refactor Pro can I make it so all System namespaces are at the top?

i want all of the system usings at the top (sorted alphabetically) and then all other using statements afterwards (sorted alphabetically)
2
votes
1answer
82 views

coderush underline errors

I am trying out coderush after spending a lot of time with resharper. In resharper it is possible to underline all errors as you type. Is this function available in coderush? if so how do i turn it ...
2
votes
3answers
331 views

Visual Studio - Quick way to search for an object's usage in the code behind

In Visual Studio, is there a quick way to search for an object's usage in the code behind? This is something I do constantly and the way I am currently doing it seems a little clunky. I am using ...
2
votes
4answers
798 views

How to surround a code block with a using statement in ReSharper?

I'm watching Stephen A Bohlen's excellent Summer of NHibernate series, and have been watching him interact with CodeRush. I've recently installed ReSharper (I'm a ReSharper newbie), and I'm trying to ...
2
votes
2answers
943 views

CodeRush Xpress Colors

I downloaded the free CodeRush Xpress version to try it. Is there a way to change the colors it uses for it's highlighting and line drawing? ie the matching braces. I have a dark color scheme and ...
2
votes
1answer
122 views

CodeRush - Export type to file missing?

I'm currently evaluating CodeRush and one thing that I liked most when reading the featurelist was the "Export type to new file" or similar functionality. Now that CodeRush runs within my IDE, I ...
2
votes
2answers
387 views

How to jump to a class definition in CodeRush

Just downloaded the CodeRush trial version and I can't easily find the one feature that I really wanted. I would like to be able to start typing a class name and to jump to its definition, sort of ...
1
vote
2answers
55 views

Visibility indicators keyboard shortcut

I have recently begun using coderush. One thing that annoys me is that the templates almost always expand to private, where as I often want them to be public. Since I use the keyboard alot, I would ...
1
vote
2answers
103 views

CodeRush code cleanup formatting

I have a few classes that are a complete mess. I would like for CodeRush to organize the code so that public, private, etc. methods become grouped. I would also like for CodeRush to organize my public ...
1
vote
2answers
55 views

Question on creating templates in coderush

I am looking to start creating some CR templates to fit with my style of coding (such is the power of coderush). I tried a dummy one yesterday and made an auto prop with two fields, one for the type ...
1
vote
1answer
46 views

How to get the variable for which a property is defined in coderush?

private int _i; public int Count { get { return _i; } } How to get the variable _i when we have the property "Count" using CodeRush APIs. Thanks in Advance.

1 2