codemaid icon indicating copy to clipboard operation
codemaid copied to clipboard

Feature - Align to column

Open imtrobin opened this issue 5 years ago • 2 comments

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.

imtrobin avatar Jul 08 '20 10:07 imtrobin

Thanks for asking the question. No we don't currently have a feature that provides column alignment.

codecadwallader avatar Aug 07 '20 12:08 codecadwallader

👍

fredericoregateiro avatar Oct 17 '23 18:10 fredericoregateiro