up vote 0 down vote favorite
1
share [g+] share [fb]

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.

link|improve this question

50% accept rate
feedback

3 Answers

up vote 4 down vote accepted

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|improve this answer
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
feedback

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|improve this answer
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
feedback

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|improve this answer
feedback

Your Answer

 
or
required, but never shown

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