Developer Documentation: Intellij Shortcut
Nanta Aditya on September 12, 2021
Prerequisites
- Intellij IDE
- Git
- Maven
Shortcut
| Shortcut | Description |
|---|---|
| Shift + Shift | opens a search box |
| Ctrl + Shift + F | open in path |
| Ctrl + Alt + B on interface | open implementation class |
| Ctrl + Alt + S | open setting |
| Ctrl + Alt + Shift + S | open project structure |
| Alt + 1 | open Project windows |
| Alt + 4 | open Run window |
| Alt + 5 | open Debug window |
| Alt + 6 | open Problems window |
| Alt + 9 | open Git window |
| Alt + F1, 1 | open selected file location |
| Shift + F10 | Run program |
| Shift + F9 | Debug program |
Custom shortcut
- open setting
- find
keymap - find
fetch - change git fetch shortcut to
Ctrl + Alt + 1 - find
branch - change git branches shortcut to
Ctrl + Alt + 2 - find
pull - change git pull shortcut to
Ctrl + Alt + 3