-
Notifications
You must be signed in to change notification settings - Fork 4
Intellij
Mingtao edited this page Oct 29, 2019
·
5 revisions
| Shortcuts | Description |
|---|---|
| Cmd + [ | Back to previous location |
| Cmd + Alt + F7 | Find usage |
| Cmd + Shift + F | Search |
| Cmd + R | Replace |
| F2 | Find next error |
| Cmd + U | Show super method |
| Cmd + Alt + B | Show implementation |
| Shift + Tab | Opposite of Tab |
| Shirt + Alt + UP | Move line up |
| Ctr + Alt + R | Run |
| Ctr + Alt + D | Debug |
| Cmd + F2 | Stop run/debug |
| Alt + F8 | Evaluate when debugging |
| sout | System.out.println() |
| Cmd + F8 | Toggle breakpoint |
| F9 | Run till the end |
| Shift + F8 | Step out |
| Shift + F6 | Rename |
| Shift + Alt + Cmd + LEFT | Move code element to left |