Questions tagged [coderush-xpress]

CodeRush Xpress is a free Visual Studio code refactoring add-in for C# developers

CodeRush Xpress is a free Visual Studio add-in for C# developers that provides code refactoring and code-shaping capabilities.

More information is available on DevExpress' website (where the add-in can be downloaded).

28 questions
143
votes
7 answers

Visual Studio 2010 IntelliSense doesn't select a default value - it just marks it

I have a pretty annoying problem with the IntelliSense in Visual Studio 2010: Every now and then (but not always - just out of my control) the Intellisense engine chooses to "mark" an option, instead of actually selecting it. This means that instead…
Tomas Aschan
  • 58,548
  • 56
  • 243
  • 402
46
votes
8 answers

Visual Studio Format entire file?

Is there a way to issue a key command to properly format an entire file in VS2008 with CodeRush Express?
RCIX
  • 38,647
  • 50
  • 150
  • 207
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
15
votes
6 answers

Why are my arrow keys getting stuck? CodeRush/VS2010

I have VS2010 and CodeRush Express installed on my machine. Occasionally I am hitting some key combination (inadvertently, don't know what I am hitting) that is causing my up/down arrow keys to get "stuck", they stop moving the cursor up and down.…
TheHurt
  • 1,580
  • 14
  • 27
11
votes
2 answers

Is CodeRush Xpress compatible with Visual Studio 2012

Is CodeRush Xpress (the free edition of CodeRush) compatible with Visual Studio 2012?
Brett Postin
  • 11,215
  • 10
  • 60
  • 95
9
votes
3 answers

Experience with Coderush XPress and Visual Studio 2010?

It is possible to use CRX with VS 2010: Can I use CodeRush Xpress in Visual Studio 2010? Refactor Key works. (After assigning the shortcut) What doesn't work is QuickNav and QuickFileNav. The Standard Shourtcut for QuickFileNav is CTRL+ALT+F,…
relascope
  • 4,399
  • 4
  • 22
  • 27
6
votes
3 answers

Can I use CodeRush Xpress in Visual Studio 2010?

I've installed the Beta 1 of Visual Studio 2010, and started working a little. Even though I haven't been using CodeRush Xpress for long in Visual Studio 2008, I immediately started missing some of the neat functionality. Is there any way to install…
Tomas Aschan
  • 58,548
  • 56
  • 243
  • 402
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
4
votes
4 answers

How to install CodeRush Xpress on VS2005

I know that CodeRush Xpress is intended to be used on VS 2008 and not on VS 2005. But since I can't migrate to VS2008 yet, I want to install it on VS2005 and don't care it's not supposed to work. My base assumption is that it can be done, this is…
Alex Shnayder
  • 1,362
  • 1
  • 13
  • 24
3
votes
1 answer

How to rearrange class members using Coderush Express

I've installed coderush express for visual studio 2010 and can't figure out how to rearrange my class members so that they are arranged by convention. How can i do this?
Fixer
  • 5,985
  • 8
  • 40
  • 58
3
votes
1 answer

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 opened but did I did not get the output as shown.…
Vinod Menezes
  • 355
  • 2
  • 10
3
votes
3 answers

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 my monitor I have VS on must suck because I can't…
2
votes
3 answers

DevExpress Code Indent Guidelines 11.2

I've been using DevExpress's free refactoring tool for about 6 months now (love it!). One of my favorite features is the code indent guidelines. The other day I noticed they have released a new version so I upgraded (was on 11.1 and upgraded to…
pingoo
  • 2,074
  • 14
  • 17
2
votes
1 answer

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 AncestorList; public static void GetAncestorList(Class curClass) { …
Vinod Menezes
  • 355
  • 2
  • 10
2
votes
2 answers

keyboard shortcut for viewing/applying available refactorings

I just installed CodeRush Express and was wondering is there any keyboard shortcut for viewing/applying available refactorings. Currently I have to click on the small underline/underscore to get the available refactorings.
Umair Ahmed
  • 11,238
  • 5
  • 33
  • 39
1
2