Does intellij have an option to align javascript variable declarations like so
var x = "x",
yyyy = "y";
Note that the =
are aligned neatly. I can't find an option to do that....worse, if I do it by hand, and then format the file, I lose the alignment on the =
.