In the power tools plugin, the following is possible:
int test = 0;
LongType test2 = 0;
After pressing a key combination, it will align the '=' characters.
int test = 0;
LongType test2 = 0;
What I would like to see, in VA X, is an 'action' to align both the = sign, and the variable names.
int test = 0;
LongType test2 = 0;
I will also suggest this to the Power Tools plugin... but I thought I'd try here too, as this is basically the only feature of the Power Tools that I use.