It's possible to write automatically the conditions of the IF statements (and also other commands) as comments after the closing bracets?
For example:
if (feature.isEnabled() && ....)
{
... (a lot of lines here)
} // (feature.isEnabled() && ... ) <-- add by Visual Assist X
This feature could be really helpful (at least for me :), especially when inspecting the code.
Thanks, SnowBoy