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

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 had some inspiration, and want to create a similar…
cometbill
  • 1,619
  • 7
  • 19
  • 41
2
votes
1 answer

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 handy little navigation aide.
cometbill
  • 1,619
  • 7
  • 19
  • 41
2
votes
1 answer

Backing up my Custom Settings in CodeRush

In Finding a key binding definition in CodeRush @RoryBecker advocated putting all my custom keyboard shortcuts in a 'custom' folder. How do I ensure these settings are backed up, and also so that I can copy those settings from one development…
cometbill
  • 1,619
  • 7
  • 19
  • 41
2
votes
2 answers

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 ?
cometbill
  • 1,619
  • 7
  • 19
  • 41
2
votes
3 answers

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.
cometbill
  • 1,619
  • 7
  • 19
  • 41
2
votes
4 answers

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 = dtPDF.NewRow ' rowPDF("PDFDocument") =…
cometbill
  • 1,619
  • 7
  • 19
  • 41
2
votes
2 answers

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 like the quick navigator but I want it to search in…
George Mauer
  • 117,483
  • 131
  • 382
  • 612
2
votes
1 answer

Ctrl+' (Apostrophe) Refactor! binding doesn't work when Notepad++ is open?

This is a really odd one that has been annoying me for some time, I use CodeRush and Refactor Pro at home and at work, since the switch to Visual Studio 2010 I have been unable to use the keyboard shortcut (Ctrl+') for the Refactor/CodeRush context…
Richard Slater
  • 6,313
  • 4
  • 53
  • 81
2
votes
1 answer

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 palette of refactorings available. On the other…
Billy ONeal
  • 104,103
  • 58
  • 317
  • 552
2
votes
1 answer

How can I get DevExpress CodeRush to create NUnit test methods with the tm template instead of microsoft test methods in VS 2010

when I try to execute the test or testmethod templates respectively in visual studio 2010 using t and tm respectively it is giving me ... using Microsoft.VisualStudio.TestTools.UnitTesting; [TestMethod] public void Test() { } I…
Seth Spearman
  • 6,710
  • 16
  • 60
  • 105
2
votes
0 answers

How to print/export a class's list of members in Visual Studio 2015?

How to print/export a class's list of members in Visual Studio 2015? I have one class with a lot of methods. The class diagram's fit option makes the font too small. Resharper's 9.2 File Structure export option doesn't work at all for me. (I have…
Tony_Henrich
  • 42,411
  • 75
  • 239
  • 374
2
votes
2 answers

Shortcut to surround an html tag by table/row/cell with their closing tags?

Looking for a shortcut in Visual Studio to surround a selected tag by
my selected element
I am using Visual Studio 2013. Anything in plain vanilla VS? Web Essentials? Resharper? CodeRush?
Tony_Henrich
  • 42,411
  • 75
  • 239
  • 374
2
votes
3 answers

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)
Jon Erickson
  • 112,242
  • 44
  • 136
  • 174
2
votes
2 answers

Coderush not analyzing C++ solution

Should CodeRush analyze the current solution in Visual Studio by default? I cannot get it to show me anything about my solution/project. I just downloaded the Code Rush trail version and I'm trying to have it do some analysis of my solution in…
Snowman6286
  • 150
  • 6
2
votes
1 answer

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 on?
smauel
  • 1,757
  • 6
  • 20
  • 25