Working with HTML tables using CodeRush
Generating any-size HTML tables and navigating between table cells is very easy when you have DevExpress CodeRush installed. To create a new table just type “.t” inside the HTML markup and press the...
View ArticleNew navigation provider – Type instantiations
Starting with the next minor update v2011 vol2.8, there’s a new navigation provider available: Jump to Type Instantiations. Available: at class or structure references and/or at the their declaration...
View ArticleCodeRush Jump to (Navigation) menu reorganization
Starting with the next minor update v2011 vol2.8, the “Jump to” CodeRush navigation menu is reorganized. Before, there was too much noise with the bunch of rarely-used navigation providers: Now, all...
View ArticleA new option for the Click Identifier feature
Now, the CodeRush Click Identifier feature can show you not only the signature of a member but its source code, if any: This might be useful to quickly analyze the functional algorithm of the...
View ArticleAdded two actions to repeat the last operations (refactoring or navigation)
There are two actions added to repeat the last operations: SmartTagExecuteLast – executes the last code or refactoring provider performed. This one is useful is you’d like to apply a specific...
View ArticleCodeRush and Visual Studio bookmarks
When you work on large projects you may need to revisit several areas of your code on a regular basis. CodeRush allows you to store such important locations in the code and move back to them in the...
View ArticleQuick Navigation inside Visual Studio using CodeRush
The Quick Navigation feature allows you to find any code members inside your solution, such as classes, interfaces, structures, enumerations, delegates, methods, properties, events, fields locals and...
View ArticleAdvanced CodeRush Quick Navigation customization
The Quick Navigation window is customizable on the Editor | Navigation | Quick Nav option page in the CodeRush Options Dialog accessible via the DevExpress menu: Here are available options: [X] Preview...
View ArticleNavigating in the CodeRush abstract source code tree
When CodeRush/DXCore has parsed the source code, an abstract source code tree is built. You can see the structure of the code tree using the Expression Lab diagnostic tool window. When you understand...
View ArticleThe References tool window also known as Find All References
The References tool window is designed to search, navigate and review the identifier references in the entire solution. This is what it looks like: You can bring it up via the DevExpress | Tool Windows...
View Article