| + | Search word at insert point |
| Find next in file | |
| + | Find previous in file |
| + | Find in file |
| + | Replace in file |
| + | Find usages |
| + + | Find in projects |
| + + | Replace in projects |
| + + | Find usages results |
| + + | Turn off search result highlights |
| + | Rename |
| + U then U | Convert selection to uppercase |
| + U then L | Convert selection to lowercase |
| + U then S | Toggle case of selection |
| + + | Paste formatted |
| + + | Show Clipboard History |
| + | Jump to quick search field |
| + + | Copy file path |
| + | Go to type |
| + + | Go to file |
| + + | Go to JUnit test |
| + + | Go to source |
| + | Go to declaration |
| + | Go to line |
| + + | Toggle add/remove bookmark |
| + + | Next bookmark |
| + + | Previous bookmark |
| + | Next usage/compile error |
| + | Previous usage/compile error |
| + + | Select next element |
| + + | Select previous element |
| + + | Select in Projects |
| + + | SSelect in Files |
| + + | Select in Favorites |
| + | Move caret to matching bracket |
| + | Next word match |
| + + | Previous word match |
| + | Go backward |
| + | Go forward |
| + | Go to last edit |
| + / | Down Next/previous marked occurence |
| + + | Go to declaration |
| + | Evaluate expression |
| + | Generate code |
| + + | Fix all class imports |
| + + | Fix selected class's import |
| + + | Format selection |
| + + / | Shift lines left / right |
| + + / | Shift lines up / down |
| + + | Rectangular Selection (Toggle) |
| + + / | Copy lines up/down |
| + | Inspect members/hierarchy |
| + + | Add comment lines |
| + | Remove comment lines |
| + | Delete current line |
| Compile package / file | |
| Build main project | |
| + | Clean and build main project |
| + | Insert cursor at end of each line selected |
| + | Create Unit test |
| + | Run unit test on file |
| + | Run unit test on project |
| Run main project | |
| + | Run main file |
| + | Switch between open documents by order used |
| + | Maximize window (toggle) |
| + | Close selected window |
| + | Close selected window |
| + + | Close all windows |
| + | Open contextual menu |
| + or + | Switch between open documents by order of tabs |
| + + | Reopen recently closed file |
| + + | Toggle between editor types |
| + + | Toggle between editor types |
| + Wheel up and wheel down | Zoom text in / out |
| + + | Toggle inspect mode |
| + | Start debugging main project |
| + + | Start debugging current file |
| + + | Start debugging test for file |
| + | Stop debugging session |
| Continue debugging session | |
| Run to cursor location in file | |
| Step into | |
| Step over | |
| + | Step out |
| + + | Go to called method |
| + + | Go to calling method |
| + | Evaluate expression |
| + | Toggle breakpoint |
| + + | New breakpoint |
| + + | New watch |
When typing in the Source Editor, generate the text in the right-column below by typing the abbreviation that is listed in the left-column and then pressing Tab.
| psvm | public static void main |
| En | Enumeration |
| Ex | Exception |
| Psf | public static final |
| Psfb | public static final boolean |
| Psfi | public static final int |
| Psfs | public static final String |
| St | String |
| ab | abstract |
| as | assert true |
| br | break |
| bo | boolean |
| ca | catch |
| cl | class |
| cn | continue |
| db | double |
| df | default |
| eq | equal |
| ex | extends |
| pu | public |
| pr | private |
| pe | protected |
| th | throws |
| fy | finally |
| im | implements |
| ie | interface |
| tw | throw |
| ir | import |
| le | length |
| sout | System.out.println() |
| soutv | System.out.println("obj"+obj) |
| wh | while |
| vo | volatile |
| iof | instanceof |
| fi | final |
| fl | float |
| fa | FALSE |
| sh | short |
| psf | private static final |
| psfb | private static final boolean |
| psfi | private static final int |
| psfs | private static final String |
| pst | printStackTrace() |
| bcom | /**/ |
| al | windows.alert() |
| br | break; |
| fun | function${name}... |
| hi | windows.history |
| dw | document.write() |
| eq | ${}equals |
| fa | ${}false |
| lo | ${}windows.location |
| re | ${}return |
| Win | $()window |
| ca | ${}caseCatch() |
| catch | catch |
| cond | windows.consoledebug() |
| coni | windows.console.info() |
| conl | windows.console.log() |
| conw | windows.console.warn() |
| ct | ${}catch |
| do | ${}document |
| iof | ${}instanceof |