CodeRush Pro visualization features
CodeRush Pro ships with the following code editor visualization features: Comment Painter The Comment Painter feature draws a bubble icon over the comment “//” symbols in CSharp, or “ ‘ ” (single...
View ArticleWorking with regions using CodeRush
If you heavily use region directives in CSharp, Visual Basic, or C++, the following CodeRush features may help you to make it easier to work with them: Creating regions: Surround members such as...
View ArticleCodeRush Code Issues technology overview
CodeRush Code Issues technology (also known as Code Analysis) is essentially background static analyzer of the source code. The code is analyzed during code writing and/or reading without compiling or...
View ArticleCodeRush Navigation providers engine overview
CodeRush Navigation Providers Engine is an extensible architecture that allows you to easily navigate inside your code structure and particular code fragments. There are dozens of nav providers shipped...
View ArticleCodeRush Pro clipboard tools overview
CodeRush Pro includes several intelligent clipboard tools: Smart Copy and Smart Cut These clipboard features allow you to take an identifier or a block of code, and put it into clipboard without...
View ArticleDifferences between CodeRush Pro and CodeRush Xpress
Let’s compare the feature sets of the free CodeRush Xpress version and full CodeRush Pro version bundled with Refactor! Pro. Remember, that CodeRush Xpress is completely free to all Visual Studio 2008...
View ArticleNavigating between files in Visual Studio using CodeRush
There are three different tool windows allowing you to navigate between files of your Visual Studio solution in CodeRush. The functionality of these three windows could be actually contained in a...
View ArticleCodeRush Coding Helpers and Code Providers list
Here’s the list of advanced CodeRush coding helper features and code providers that do not generate or declare any code. For the code generation tools, see the corresponding topic. Coding Helpers are:...
View ArticleCodeRush Unit Testing Service overview
The Unit Testing Technology shipped in CodeRush Pro allows you to manage, navigate, run, and debug unit test cases of different unit testing frameworks. The technology consists of several parts:...
View ArticleCodeRush INotifyPropertyChanged interface support
Since ancient times, CodeRush has supported the INotifyPropertyChanged interface implementation. The interface provides a standard way to notify binding clients of a property value change. It has just...
View Article