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
1
vote
1 answer

Resharper: display expression value during debug

Quick question about Resharper. It is possible to display expression value during debugging like in CodeRush? Or is there any other CodeRush alternative that can do that?
Six80
  • 677
  • 1
  • 9
  • 17
1
vote
3 answers

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 when working with large projects. What I am…
Ryan Hayes
  • 5,290
  • 4
  • 42
  • 52
1
vote
1 answer

Getting all the classes in project and their packages from CodeRush extension

I've spent some time trying to find a way CodeRush could add using when it finds undeclared element that is in the fact class name with no using added. The solution suggested in this answer to my question (Refactor_resolve) does not work…
Rasto
  • 17,204
  • 47
  • 154
  • 245
1
vote
1 answer

CodeRush not working?

I was using Resharper and I wanted to try CodeRush so I suspended Resharper and installed CodeRush Xpress. When I installed CodeRush version 2010.1.4 (from this downlad page) the shortcuts did not work. I tried F2 and other shortcuts that schold…
Rasto
  • 17,204
  • 47
  • 154
  • 245
1
vote
1 answer

How do I force Coderush to always display the context menu when I trigger a Refactor?

It seems that starting v9.3 by default CodeRush disables the Refactor context menu and performs the Refactor if there is only one option. How do I force Coderush to always display the context menu when I trigger a Refactor even if there is only one…
wusher
  • 12,291
  • 22
  • 72
  • 95
1
vote
1 answer

Why CodeRush Extract Partial View doesn't work?

This is the feature to which I'm referring to. Here you can see it's enabled: But actually it doesn't work: I've also Resharper and Web Essentials installed on my PC. Any suggestion?
Revious
  • 7,816
  • 31
  • 98
  • 147
1
vote
2 answers

CodeRush - Do That Suggested Fix - (shortcuts)

What is the keyboard shortcut to get CodeRush to do the #1 suggested fix for the situation? Do I really have to hover over the problem long enough to get the ellipse to show up and then pick a choice? Also is there a way to jump to the next problem…
MJLefevre
  • 815
  • 1
  • 8
  • 15
1
vote
4 answers

Intellisense broken after installing CodeRush Devexpress

I've recently installed CodeRush Devexpress, and now VS intellisense doesn't appear whilst I'm typing. Syntax highlighting also seems to be a little bit screwed, but my main worry is intellisense. Any suggestions for getting Intellisense back…
Kirschstein
  • 14,570
  • 14
  • 61
  • 79
1
vote
2 answers

Code Rush: Keyboard Shortcut to Add Using Statement

In VS 2008, when the caret is on the name of the class which doesnt have a using statement in the file, SHIFT+ALT+F10 will bring up a context menu to add the using statement. Is the same function possible with Coderush/Refactor Pro, only using the…
Jaimal Chohan
  • 8,530
  • 6
  • 43
  • 64
1
vote
1 answer

How can I get DevExpress "Rename a variable" to work in VS 2008?

How can I get DevExpress "Rename a variable" to work in VS 2008? I just upgraded from VS 2005 to VS 2008. In VS 2005, the F2 key used to invoke the DevExpress Rename. In VS 2008, F2 appears to do nothing. I installed both DevExpress CodeRush and…
Gerhard Weiss
  • 9,343
  • 18
  • 65
  • 67
1
vote
1 answer

Can CodeRush show "access to modified closure" issue?

I know that R# can show this type of issues. But can CodeRush do it?
Coffka
  • 749
  • 1
  • 8
  • 23
1
vote
2 answers

Resharper or CodeRush - change flag from negative to positive

I have a class that has negative flag ("DoNot{Action}"). I would like to change this flag to positive "Do" and change all checks in the code, basically negating them. Is there such refactoring? Here is an example. If I change the flage DoNotFilter…
epitka
  • 17,275
  • 20
  • 88
  • 141
1
vote
1 answer

CodeRush indents property initializers during "Introduce Local"

When I use the "Introduce Local" refactoring, CodeRush changes the indentation of my code. For example, before: DoSomething(new MyObject { PropertyA = "A", PropertyB = 2, PropertyC = true …
Michael L Perry
  • 7,327
  • 3
  • 35
  • 34
1
vote
2 answers

CodeRush Xpress: disable the locator carets?

I want to disable the "locator carets" put down by CodeRush when i execute one of it's commands, how can i do it?
RCIX
  • 38,647
  • 50
  • 150
  • 207
1
vote
3 answers

Resharper or CodeRush - global rename

Is there a way to rename all methods, properties etc. suggested by R#. I have code that I converted from java and all methods and properties are in the format like this "onBeforeInsertExpression" and I want them to follow camel casing that is common…
epitka
  • 17,275
  • 20
  • 88
  • 141