You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Codemaid has functionality for placing public methods, constructor methods, private methods in their own regions, but overrid emetods like
operator == operator != etc, or override Equals() override GetHashCode don't get placed in any region, idealy there'd be a "Override Methods" region for them to be in.
The text was updated successfully, but these errors were encountered:
Environment
Description
Codemaid has functionality for placing public methods, constructor methods, private methods in their own regions, but overrid emetods like
operator == operator != etc, or override Equals() override GetHashCode don't get placed in any region, idealy there'd be a "Override Methods" region for them to be in.
The text was updated successfully, but these errors were encountered: