Add custom Code Cleanup plugin after reorder code
Hi,
I'm currenlty creating a basic plugin for code cleanup to add comment seperators after and before regions:
/*-----------------------------------------------------------*/
#region;
... my code
#endregion
/*-----------------------------------------------------------*/
Currently my code runs before reorder. How would I change the order on which the code cleanup Discriptors are runned?
Thanks
Please sign in to leave a comment.