| Key combination | action |
|---|---|
| CTRL-SPACE | show suggestions |
| CTRL-b | go to declaration |
| CTRL-ALT-Left Arrow | go back to previous |
| CTRL-ALT-Right Arrow | go to next |
| CTRL-ALT-v | introduce variable (requires selection of expression) |
| SHIFT-F6 | rename (requires selection of variable to be renamed) |
| CTRL-j | invoke life template |
| CTRL-F9 | compile code |
| ALT-Enter | suggest fixes (after compiler error, when the little lamp is shown) |
| CTRL-ALT-l | layout programme |