Is there a key combo to go to the opening/closing brace/parent/angle
bracket?

so if you were at the open brace by an if statement:
public void method() {
    blah;
    if (blah) {
        blah;
    }
    blah;
}

you could hit a key command and it wouild take you to the closing brace for
that if statement.

If there isn't a key combo for this i'd like to see it make it into the eap.

thanks,
-shreyank purohit


_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-features

Reply via email to