CodeRush has this nifty plugin called cr_ClassCleaner that allows me to sort the elements in the class (e.g. methods, private variables, etc...).
Can Resharper 5.x do this, either via the product or plugins?
|
CodeRush has this nifty plugin called cr_ClassCleaner that allows me to sort the elements in the class (e.g. methods, private variables, etc...). Can Resharper 5.x do this, either via the product or plugins?
| |||||||
feedback
|
|
Yes - ReSharper, Tools, Cleanup Code. They recently blogged about customising the type layout this generates. | |||
|
feedback
|
|
There is an option in code cleanup to reorder type members. This would be done as part of a full cleanup. If you wanted to only reorder, you could create a cleanup profile that only included that step. You can have multiple cleanup profile. | |||
|
feedback
|
|
Ctrl+Alt+F (if you're using the IDEA profile) will take you to the cleanup code menu where you can achieve that. | |||||||||
feedback
|