CodeRush code cleanup formatting

2019-08-08 08:05发布

I have a few classes that are a complete mess. I would like for CodeRush to organize the code so that public, private, etc. methods become grouped. I would also like for CodeRush to organize my public methods into a region, and put fields and properties into regions.

How can I do this?

标签: coderush
2条回答
该账号已被封号
2楼-- · 2019-08-08 08:48
该账号已被封号
3楼-- · 2019-08-08 08:58

In addition to the CR_ClassCleaner plug-in, there's a lighter and simplified version of such functionality in the CR_MemberOrganizer plug-in shipped in CodeRush as an open source feature.

查看更多
登录 后发表回答