-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Offer a fix for ordering members inside classes and structs following StyleCop patterns #172
Comments
This is related to PR #170. We need to wait until it merges to merge any PR directly related to this, even though the work can already start and use that PR as reference. |
BTW, I support the alphabetical ordering. :) |
It is my will to work on it this year yet, as soon as I close the issue 76. |
Ok, it is your, then. |
#76 is done. You can start this one now. |
@giggio, please, feel free to move it to working |
We could do a group by the classification first, then sort each grouping. |
Closed on #184. |
Regarding the issue Offer diagnostic to allow for ordering members inside classes and structs.
We could offer a fix for ordering classes and structs members following StyleCop documentation as recommended by @paulomorgado .
This source:
Became:
@dmgandini is working on it.
The text was updated successfully, but these errors were encountered: