Java Code Inserts
EditRocket provides Java code inserts, or snippets, via the Inserts - Java menu option. Code inserts are also included as a tab on the Java sidekick. The keyboard shortcut of ctrl or cmd + shift + i launched the code insert popup window.
The following types of code inserts are available for Java:
Class, Constructor, Main, and Method - These inserts
automatically insert template code into the current editor. Users can
simply change the default names to get the shell of the Java class created quickly.
Statements and Loops: - including else, for, if else, if, try catch,
try catch finally, and while.
Inner Abstract Action and Inner Class
System.out.println
Java inserts can be modified, or custom Java inserts can be created using the Insert - Edit Insert and Insert - Add Insert options.