I have installed the Sublime Alignment plugin. It works well for aligning the first character (default is =
). How can I align this block in Sublime Text 2 in one shot :
INSERT INTO user VALUES (1, 'Alpha', 'Beta', 'Delta');
INSERT INTO user VALUES (2, 'A', 'B', 'D');
to look like :
INSERT INTO user VALUES (1, 'Alpha', 'Beta', 'Delta');
INSERT INTO user VALUES (2, 'A', 'B', 'D');
Even if I add ,
as the alignment character in sublime alignment, it only works for the first occurence of ,
Align Tab is quite versatile & can accomplish the alignment and it's not limited to just first character.
Install
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With