Editor Shortcuts


Keyboard shortcuts in the Editor can be loosely divided into three categories: navigation, edit, and Java. Navigation shortcuts encompass everything from using the arrow keys on the keyboard to finding the brace, bracket, or parenthis matching the one the insertion point follows. Edit shortcuts include the cutting, copying, and deleting of various segments of text. Java shortcuts only apply to Java files and include Java code completion and applying Java prefixes to identifiers.


Contents Prev Next Index