Formatting possibilities for class member order
Hello,
is there any possibility to configure class member order in resharper?
Example:
This is the order of members I want to have:
class
{
#fields#
#properties#
#constructor#
#methods#
}
Regards
Please sign in to leave a comment.
Use a custom "Type members layout" that you use for code cleanup.
See the xsd schema for it here: http://www.jetbrains.net/devnet/message/5217606