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

Keyboard Shortcut for Smart Tag in Refactor!

I am trying to get Refactor! for ASP.NET, CodeRush Xpress and Resharper play together. I installed Resharper, then CodeRush Xpress and then Refactor! for ASP.NET. I can't seem to get any menu options for Refactor! or CodeRush. The bracket…
Vaccano
  • 78,325
  • 149
  • 468
  • 850
0
votes
2 answers

How to toggle certain comments in multiple files in visual studio 2010?

I have an ASP.NET MVC 4 Website with multiple files(controllers) that have actions which accept [RequireHttps]. When I am working locally I want to be able to comment out all of these via a toggle/shortcut. I own CodeRush with Visual Studios 2010.…
user1751121
  • 143
  • 1
  • 6
0
votes
1 answer

CodeRush naming convention

I am evaluating CodeRush and what I am missing is name convention checking. I have used ReSharper before and it automatically checks names of classes, properties, methods and etc. For example properties name for first uppercase letter.
Tomas
  • 17,551
  • 43
  • 152
  • 257
0
votes
1 answer

Adding custom generic type template to CodeRush

I'm diving into creating my own coderush templates, and I use the auto-property templates heavily. I'd like to add an IList property and auto-property. I started by looking at the implementations of the List (pl.) and it's associated auto-prop…
nkirkes
  • 2,635
  • 2
  • 21
  • 36
1 2 3
9
10