Live Templates
shortcut | description |
---|---|
Ctrl Alt J |
Surround with Live Template |
Ctrl J |
Insert Live Template |
iter |
Iteration according to Java SDK 1.5 style |
inst |
Check object type with instanceof and downcast it |
itco |
Iterate elements of java.util.Collection |
itit |
Iterate elements of java.util.Iterator |
itli |
Iterate elements of java.util.List |
psf |
public static final |
thr |
throw new |
Comments
Related