codemaid
codemaid copied to clipboard
Feature - Align to column
Hi, I like to ask if it is able to align functions, field, properties to a column e.g.
int x = 0;
string y { get; set; }
void Function (f)
{
blah
}
I saw this https://github.com/codecadwallader/codemaid/issues/160 to turn off "Ignore spaces in using declaration". I have that turned on but it didn't quite work.
Thanks for asking the question. No we don't currently have a feature that provides column alignment.
👍