XArrange 2012

Free

Arranges C# code. Groups members, properties, methods and sort them.

(5) Review
Visual Studio
2012
Download (817)
2/24/2013
2.3
E-mail Twitter del.icio.us Digg Facebook
Add To Favorites
Description
Reviews (5)
Q and A (3)
Sign in to Write a Review
Sort By:

by Lance Larsen | February 08 2013

The author of this extension is very responsive and has done a great job responding and implementing requested features!

If you're as picky as I am about code layout and organization - then this could be a great addition to your development toolbelt!

Very very nice, keep up the great work. :)

by Vbgraphix | January 23 2013

Works as expected, does what it is supposed to do, and doesn't get in your way.

by Huseyn85 | December 31 2012

by Selcuk Sasoglu | December 31 2012

by celljuke | December 31 2012

Sign in to Start a Discussion


  • Extra lines
    1 Posts | Last Post March 04, 2013
    • There's always an empty line before the class - why?
      
      http://screencast.com/t/5GGZxOqVI
      
      Also can you make it it won't lose your current editing scroll, position and location?
  • More little features please
    1 Posts | Last Post February 25, 2013
    • 1. Allow to order the order of the regions i.e. Fields, Properties etc.
      2. Group methods in more logical groups i.e.
      Private Methods
      Virtual/Override Methods
      Public Methods
      Static Methods
      Make this configurable (a dropdown with some combinations of the above)
      3. Same for properties / events
      4. Allow inhertiance line to be on a separate line i.e
      public class User
         : IUser
      {
      ...
      }
      
      rather than 
      public class User : IUser
      
      b/c sometime you have a lot of interfaces and it's hard to read on the upper line.
      #5 Move your settings menu item from the context menu to Tools->options-> add an entry there either with your current form or with a button that will open the new form
      
      Other than that, all great!
      
  • Features
    1 Posts | Last Post January 23, 2013
    • Thanks for this awesome extension!
      
      1. Is it possible to have a $Count$ parameter?
      
      2. Is it possible to allow us to re-arrange the order of the regions?
      
      3. Could all the settings be exportable to a solution file?
      
      4. Is it possible to add "Between Regions" and "Within Regions" options to the Spaces tab?