Regionerate - Free Code Layout Addin for VS.NET

My blog has moved. You can view this post at the following address: http://www.osherove.com/blog/2007/6/24/regionerate-free-code-layout-addin-for-vsnet.html
Published Sunday, June 24, 2007 3:57 AM by RoyOsherove

Comments

Sunday, June 24, 2007 4:16 AM by » Regionerate - Free Code Layout Addin for VS.NET

# » Regionerate - Free Code Layout Addin for VS.NET

Pingback from  » Regionerate - Free Code Layout Addin for VS.NET

Sunday, June 24, 2007 7:37 AM by Insane World

# Regionerate - blogged by Roy Osherove

Roy's blog is a goldmine for great advide and tools ... this morning he posted Regionerate - Free Code

Sunday, June 24, 2007 10:38 AM by Steve Bohlen

# re: Regionerate - Free Code Layout Addin for VS.NET

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.

Sunday, June 24, 2007 4:58 PM by Adi

# re: Regionerate - Free Code Layout Addin for VS.NET

Thanks for the tip - looks like a great tool!

Monday, June 25, 2007 4:22 AM by Insane World

# Regionerate - blogged by Roy Osherove

Regionerate - blogged by Roy Osherove

Monday, June 25, 2007 5:43 PM by Chris May

# re: Regionerate - Free Code Layout Addin for VS.NET

No support for Vb.net yet.

I will have to try the ClassCleaner project.

Monday, June 25, 2007 6:52 PM by Omer Rauchwerger

# re: Regionerate - Free Code Layout Addin for VS.NET

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!

Sunday, July 01, 2007 10:55 PM by Christopher Steen

# Link Listing - July 1, 2007

Hack Week: Moonlight Desklets. [Via: Miguel de Icaza ] Ajax UpdateProgress That Works [Via: Greg Pasquariello...