Browse by Tags
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
A customer recently tweeted: Any chance of a CodeRush plugin to convert a literal to a config (app.config) setting? pretty please Well when the request is so polite, it’s hard to say no The Convert String to AppSetting plugin adds a new Refactoring to...
Rory Becker - DevExpress
19 May 2014
The Motivation I found this question on Stackoverflow Essentially it breaks down to… How can I refactor this…. …into this… … in a single step. The Plugin This plugin allows you to extract all arguments of a method to new locals which are then placed above...
Rory Becker - DevExpress
27 February 2014
If you recall in my previous post , I presented a new plugin " CR_ExtractMethodAndInlineLiterals ” In this post I’ll walk you through exactly how it works. Overview This plugin does it’s job by automating the execution of existing Refactorings, moving...
Rory Becker - DevExpress
22 January 2014
You know what it’s like. Every now and then you spot that you’re performing the same sequence of tasks over and over again, and you find yourself wishing that there was a way to automate what you’re doing. Well you’re not alone. Just recently I had one...
Rory Becker - DevExpress
9 January 2014
This plugin wraps up 2 existing tasks (The ‘ CleanupFile’ command and the ‘Optimize Namespace References’ ) in to a single new command ‘CleanupFileAndNamespaces’ . In order to use this plugin: Step 0 – Requirements This plugin requires version 13.2 of...
Rory Becker - DevExpress
11 December 2013
DX_ConvertToTryParse This new plugin provides a new item for the Code menu which converts… …into… There is a small limitation in this version. The new variable introduced (“Success”) is currently hardcoded and may clash with an existing variable. I’ll...
Rory Becker - DevExpress
3 March 2011
Over the last few weeks I’ve returned to writing plugins for a bit, and I think some of them have reached the point where they might be useful for people beyond myself. This post, and the next few that follow it, are intended to just put these plugins...
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
