Software:CodeRush

From HandWiki
CodeRush Classic
Developer(s)DevExpress
Stable release
v18.2.6 for Visual Studio / January 9, 2019 (2019-01-09)
Preview release
none
Operating systemMicrosoft Windows
TypeMicrosoft Visual Studio add-on for .NET 2012, 2013, 2015, 2017 and 2019
Licensecommercial, starting from $49
Websitewww.devexpress.com/products/coderush/

CodeRush Classic is a refactoring and productivity plugin by DevExpress that extends native functionality of Microsoft Visual Studio (Visual Studio .NET 2012, 2013, 2015, 2017 and 2019).

CodeRush Classic provides solution-wide static code analysis (detecting errors in code at design time), and additional functionality to make it easier to correct code smells, complete code, navigate, search for symbols, highlight the structural elements of the code, format code, and generate and optimize code. CodeRush Classic includes 180 automated refactorings, and streamlines unit testing using NUnit, XUnit, MbUnit and MSTest, among other functionality.

In June 2015, DevExpress released CodeRush for Roslyn,[1] a version of CodeRush that sits on top of Microsoft's Roslyn engine. In that same release, CodeRush was renamed to CodeRush Classic.

CodeRush Classic supports C# 5.0, VB10, ASP.NET, HTML, JavaScript, XML, and also XAML.

Functionality

The following is a partial list of CodeRush functionality groups:

  • Refactorings
  • Code Generation Tools
  • Code Issues
  • Support for multiple unit testing frameworks NUnit, XUnit, MbUnit and MSTest
  • Support for extensible unit testing to support any testing framework
  • Visualization Tools
  • Debugging Tools
  • Advanced Selection Tools
  • Clipboard Tools
  • Navigation Tools
  • Code Templates
  • CodeRush Extensibility - Large community of plugins.

Plugins

CodeRush provides an API for developers to create third-party plugins extending core CodeRush functionality,[2] such as:

  • Class Cleaner
  • Visual Studio Spell Checker
  • Documentor
  • Method Preview
  • Enterprise Library Configuration Tool Launcher
  • Commenter
  • Copy Project

Awards

  • Best of TechEd08[3]

See also

Notes and references

External links