aligning assignment via auto reformat????
Does IDEA support assignment/declaration alignment reformatting
For example changing:
String foo = "x";
int goo = 7;
into (You need to look at it using courier font BTW)
String foo = "x";
int gooble = 7;
In other words, is there a setting or plugin to align assignments/declarations?
Thanks for a clue,
Please sign in to leave a comment.
The Tabifier plugin does that.
Aha, missed it in a scan of the plugin table.
Thanks,
"Marcus Brito" <pazu@animegaiden.com.br> wrote in message
news:33045386.1071831296790.JavaMail.itn@is.intellij.net...