Browse by Tags
This is certainly one of the more simplistic plugin’s I’ve written, and yet it’s also one I use all the time. Imagine that you have the following fragment of HTML and you’d like to split it in half. Simply place your caret where you’d like to split the...
Rory Becker - DevExpress
7 October 2014
In my previous post I was extolling the virtues of Convert to Function . You’ll recall that it is used to alter the return type of the current function, from void to the value of the expression on the return statement at the caret. Well what if you have...
Rory Becker - DevExpress
15 July 2014
A new plugin… What does it do? Example 1 So imagine we have the following code.. Imagine now, that we decide that it’s not important to explain ‘where’ we were searching, when reporting this error. Normally we would… Highlight the string token {1} (including...
Rory Becker - DevExpress
2 July 2014
This plugin is a natural follow up to my previous CR_ReverseArgs plugin As you might imagine, this plugin changes the order of the selected operands. This might seem like a fairly trivial reason to create a plugin, but it happens often that it irritates...
Rory Becker - DevExpress
1 July 2014
Another new CodeRush plugin! This time one to help declare extension methods on existing objects. Introducing Declare Extension Method This plugin is really simple. Consider the following code with a call to an undeclared method MyNewMethod. Place your...
Rory Becker - DevExpress
3 June 2014
Another plugin requested by our community To paraphrase: It would be great to have something that could recognise that an extension method was being called in the style of a normal method ie Method(Object, Params) and rewrite the call in the form of an...
Rory Becker - DevExpress
28 May 2014
Problem 1: Have you ever started writing code, and then realised you were using a Type directly, without importing it’s namespace? You could fix this by either fully qualifying the Type in place, or moving to the top of the file, adding an imports or...
Rory Becker - DevExpress
20 December 2011
Another CodeRush Feature Workshop ( Part 1 and Part 2 ) has yielded a plugin, and this one is truly awesome. String Formatter works in 3 separate ways to increase your productivity: Tab to Next Reference Extension Tab among references to a string token...
Rory Becker - DevExpress
25 July 2011
DX_GenerateProxy Generates a new Proxy class P based on source class S What? What this amounts to is a new class P which is given properties and methods matching the public ones that are possessed by S. When methods or properties of S are called their...
Rory Becker - DevExpress
3 March 2011
More Posts
Featured Posts
Dmitry Tokmachev (DevExpress)
Alex Chuev (DevExpress)
Maria Nikulina (DevExpress)
Popular Topics
- Roadmap
- v26.1 - Next Release
- v25.2 - Latest Release
- Prerelease/EAP
- .NET 10
- AI
- DevExtreme
- Blazor
- ASP.NET
- Office File API
- XAF UI/Web API Service
- .NET MAUI
- WinForms
- WPF
- Reporting
- BI Dashboard
- VCL
- Linux/MacOS/Unix
