Feature Request: Re-Order Properties/Methods/Fields
Being something of a neat freak :) I like to keep all of the fields, properties, and methods in my classes in alphabetical order. It would be great if R# had a feature that would allow me to select a group of fields, properties, or methods and have R# take care of sorting them alphabetically in the code.
Thanks,
Shawn.
Please sign in to leave a comment.
This functionality is planned for 3.0
--
Eugene Pasynkov
Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"Shawn Smiley" <no_reply@jetbrains.com> wrote in message
news:16606259.1165935862262.JavaMail.itn@is.intellij.net...
>
Can I also add that it would be really, really cool to be able to define a custom layout that would control how resharper grouped the various class members. For example I like to layout a class in the following order:
static fields
fields
constructors
properties
methods
inner classes
Sometimes I like to group together private methods and public methods into separate regions, so being able to sort alphabetically within a region would also be really nice.
Anyway I think you get the picture :)
Thanks
Christian
Yup, you've described what will be done
--
Eugene Pasynkov
Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"Christian Crowhurst" <no_reply@jetbrains.com> wrote in message
news:27245886.1166045485166.JavaMail.itn@is.intellij.net...
>
>
>
>
Cool!