Quantcast
Channel: DevExpress CodeRush Tips and Tricks » Selection
Browsing latest articles
Browse All 10 View Live

Image may be NSFW.
Clik here to view.

Clipboard Tools – Smart Cut and Smart Copy

These CodeRush clipboard features allow you to take an identifier or a block of code, and put it into clipboard without selecting it in advance. Just place the editor text caret at the identifier or at...

View Article



Image may be NSFW.
Clik here to view.

Wrapping code blocks with the CodeRush Code Embeddings feature

CodeRush Code Embeddings allow you to wrap the selected code block or any text into another predefined code block, such as: try/catch, try/finally, using and lock statements, while and other loops,...

View Article

Image may be NSFW.
Clik here to view.

Code Providers – Embed Selection

The Embed Selection code provider allows you to wrap the selection into the predefined code blocks from the Code Embedding feature of CodeRush. The code provider is available when a whole line or...

View Article

Image may be NSFW.
Clik here to view.

CodeRush Code Embeddings Options

The Embeddings options page allows you to customize or remove the predefined CodeRush Code Embeddings and create your own for any registered language. The options page is located at the Editor |...

View Article

Image may be NSFW.
Clik here to view.

Creating custom CodeRush Code Embeddings

CodeRush Code Embeddings are completely customizable. They are modified on the Embeddings options page in the Options Dialog, where you can create your own. Let’s add a new code embedding to surround...

View Article


Image may be NSFW.
Clik here to view.

Inverting a code block into its opposite using CodeRush Selection Inversion

The Selection Inversion feature of CodeRush Pro allows you to invert the selected code block to the essential opposite. For example, it can invert assignments so its expression assigns the left side;...

View Article

Image may be NSFW.
Clik here to view.

Customizing Selection Inversion and its predefined templates

The Inversion options page allows you to add, modify or remove inversion regular expressions that participate in the Selection Inversion feature of CodeRush. Here is what it looks like: The page is...

View Article

Image may be NSFW.
Clik here to view.

CodeRush Invert Selection code provider

The Invert Selection code provider is used to apply the Selection Inversion feature of CodeRush. Once you select a block of text and there is a match with one of the predefined inversion items, the...

View Article


Image may be NSFW.
Clik here to view.

DXCore Components – Selection Inversion Extension

The Selection Inversion Extension DXCore component adds a custom intelligent selection inversion provider used by the CodeRush Selection Inversion feature. You can drop the SeletionInversionExtension...

View Article


Image may be NSFW.
Clik here to view.

The support of multi-selection for Visual Studio by CodeRush

The Visual Studio IDE has a great box selection feature that allows you to select a rectangular region of text within the code editor by holding down the Alt key while selecting the text region with...

View Article
Browsing latest articles
Browse All 10 View Live




Latest Images