Other Java shortcuts


Besides Java code completion, there are few other shortcuts that are available only for Java files:

When the insertion point is positioned after a brace, bracket, or parenthesis, you can also press CTRL+b to move to the matching bracket. If you press CTRL+SHIFT+b, the text within the braces is selected.


Contents Prev Next Index