Unit Testing, Agile Development, Leadership & .NET - By Roy Osherove
Pingback from » Regionerate - Free Code Layout Addin for VS.NET
Roy's blog is a goldmine for great advide and tools ... this morning he posted Regionerate - Free Code
This is an interesting tool with some clever features (notably the 'count of members in each region' in the region tag).
For a while now I have made use of another plugin that accomplishes much the same thing called ClassCleaner that is posted on codeplex at www.codeplex.com/CRClassCleaner
It not only processes C#, but also works for V.NET (which is of value to us since we are a language-agnostic shop and need tools that support both languages).
In addition, it is HIGHLY configurable so you can completely customize the output (e.g. put enums before private members or constructors last, etc.)
ClassCleaner requires the freeware DXCore engine from DevExpress to run, but moving to installing the DXCore engine into VS is a good move anyway as it opens you up to being able to leverage the large number of other opensource and freeware plugins that also make use of DXCore.
For the record, I have nothing to gain from the mention of this tool -- its just something in the same vein that I have found extremely useful to us.
Thanks for the tip - looks like a great tool!
Regionerate - blogged by Roy Osherove
No support for Vb.net yet.
I will have to try the ClassCleaner project.
Chris,
VB.NET support will be available in the future, so I hope you'll return to Regionerate once its done.
Regionerate was designed to be language-independent and the first implementation is for C#. I am looking for contributers to help me with the VB.NET implementation. (and other features)
If you wanna give me a hand, drop me a line at omer at rauchy dot net.
Thanks!
Hack Week: Moonlight Desklets. [Via: Miguel de Icaza ] Ajax UpdateProgress That Works [Via: Greg Pasquariello...