In the Formatting options under Select / SelectList / AlignAliases, setting it to True doesn't seem to do anything (or at least it doesn't do what I think it's supposed to do).
Say I have a statement like this:
SELECT
'some text' AS col1,
'some longer text' AS col2,
'text' AS col3
After formatting, the statement looks exactly the same. I'd like to have the column aliases aligned like this:
SELECT
'some text' AS col1,
'some longer text' AS col2,
'text' AS col3
Is that what the AlignAliases setting is supposed to do? If not, is there some other formatting setting that does this? For reference, I'm using SSMSBoost build version 2.16.5598.23512 with SSMS 2012 version 11.0.5058.