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?
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!
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?