Replies: 1 comment 1 reply
-
@codecadwallader sorry for poking you directly .. but would this form of formatting be possible ? it would make Codemaid relevant for me again, since all the features i used is now built into Visual Studio :-/ It seems that the formatting options i either rather limited or require advanced knowledge how to setup properly. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would love to see some sort of option to organize intertwined code into regions, especially Properties, Commands and maybe also Events
eg:
or
As you can see, Properties, Commands and sometimes Events that reference methods within the same Class belong together in a Region.
It makes it easier to navigate the code - instead of lookin a big pile of [Public properties] or big pile of [Private fields]
Likewize the Regions should follow a naming convention eg: "Property : MyProperty" and "Command : MyCommand"
Beta Was this translation helpful? Give feedback.
All reactions