Refactor! for C++ refactorings list
The following refactorings ship with Refactor! for C++:
The following refactorings ship with Refactor! for C++:
Here’s a table of features of CodeRush Xpress for different versions of Visual Studio. Some features are not included into CodeRush Xpress in Visual Studio 2010 due to a Microsoft requirement generally because they overlap standard built-in Visual Studio features.
Refactoring is a powerful way to improve the quality and flexibility of your code, without changing program behavior. Well-refactored code costs less to maintain, is easier to extend, and is a more valuable asset than code that is allowed to accumulate technical debt (also referred to as design debt).
CodeRush Xpress includes over 60 refactorings, and nearly all work in both C# and Visual Basic. A few refactorings are available in only a single language due to features of that particular language.
CodeRush Xpress includes powerful features to intelligently declare types (classes, structures, interfaces), members, fields, local variables and so much more.
This feature automates the very common task of checking the parameters to a method, to make sure that all have been initialized. Having all the parameter values checked for initialization in one place at the top of the method body results in clearer code . This also allows you to provide a centralized response to invalid parameter values, if needed.
CodeRush Xpress includes five intelligent features for selecting code more efficiently.
If you need to select one or more words from inside a camel-case identifier, just use the Shift key along with the Camel Case Nav keys (Alt+Shift+Left/Right).
CodeRush Xpress includes seven powerful navigation features to make getting to that important location fast and easy.
You can move among the lowercase-to-uppercase transitions using Camel Case Nav. This feature is useful when you want to rename an identifier and change the name in a manner that keeps a portion of the existing camel case identifier.
CodeRush Xpress is a powerful developer productivity tool from DevExpress. The product is free, licensed by Microsoft on behalf of all developers working in Visual Studio 2008 and Visual Studio 2010 in all paid-for product alternatives (e.g., Standard, Professional, Team System). CodeRush Xpress fully supports all language features of Visual Basic and C#. Note, however, that CodeRush Xpress will not load in the Express Editions of Visual Studio because 3rd party extensibility is not supported, and not allowed in Express editions.