vote up 0 vote down star
1

I'm looking for a .NET Add-in that reads in the contents of the Current Document window, lists the header declaration of all Regions, Subs, Functions, and Module Level Variables, and provides a simple Move Up/Move Down buttons to rearrange their order.

flag

3 Answers

vote up 4 vote down check

I find that the "File Structure Window" provided by the Resharper add-in provides most of the features you are looking for. However, it is part of a comprehensive refactoring add-in and this may not suit you.

link|flag
You can also use automatic member ordering feature of Code Cleanup, which covers (almost) all features of Regionerate and other plugins and adds more. – Ilya Ryzhenkov Oct 14 '08 at 21:19
vote up 1 vote down

Here is an automatic member organisation plugin that will work with DXCore. You can also see Mark Miller developing this plugin in dnrTV.

http://dnrtv.com/default.aspx?showID=5

link|flag
vote up 2 vote down

I haven't yet used it (as I usually just code in the regions myself, or wait until I'm doing other refactoring on an inherited project), but Regionerate looks good.

link|flag
Thanks, but Regionerate is not quite what I'm looking for. I really don't use Regions that often, but the tool would have to move Regions as a unit (or even better, allow moving members within a Region). I also do a lot of VB.NET coding and this only supports C#. – Gordon Bell Oct 14 '08 at 15:45
Interesting problem to have ... I don't know of any offhand. Might make for a fun experiment with VS add-ons. Odd that Regionerate is C# only; the #region syntax is identical aside from casing and VB requiring quoted strings. – John Rudy Oct 14 '08 at 15:54
I use Regionerate, and its very customizable and works pretty good. I think the OP is looking for something that doesn't exist, however. – Will Oct 14 '08 at 18:55

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.