IntelliJ Tips - seed-0317/training GitHub Wiki
Useful tips for IntelliJ
all IntelliJ Shortcuts
Mac keyboard symbols
- Command ⌘
- Shift ⇧
- Option ⌥
- Control ⌃
- Caps Lock ⇪
- Fn
Shortcuts
Search Command Shift A
Recent files Command e
Open class Command O
Run Control Option R
Debug Option Command R
Describe method parameters ⌘ P
Show intention actions and quick-fixes Option Enter
(In Java file) Generate code ⌘ N
Surround with Option Command T
Shortcuts for the IntelliJ Java Debugger
Step over F8
Step into F7
Step out Shift F8
Resume Option Command R
Evaluate Expression Option F8