It would be nice (although I could certainly live without it) if pressing
Ctrl+Space after a break or continue statement would expand possible labels.
Say I have this code:

    my_loop:
    while (true) {
        break |
    }

where '|' is the cursor position. I would like to be able to press
Ctrl+Space and get the following:

    my_loop:
    while (true) {
        break myloop|
    }

Ideally, if there is more than one label in scope for the break/continue, I
would like to see a list of the options (just like with the variable name
expansion).

Thanks again for a brilliant IDE!

Vil.
--
Vilya Harvey, Consultant
[EMAIL PROTECTED]                 / digital steps /
(W) +44 (0)1483 469 480
(M) +44 (0)7816 678 457                 http://www.digitalsteps.com/



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

Reply via email to