IntelliJ
Shortcut | Description |
---|---|
Move between open projects | option + CMD + ` |
Open terminal | option + fn + F12 |
Select | option + Arrow Up/Down |
Move between words | option + Arrow Left/Right |
Fold | CMD (+) + |
Unfold | CMD (+) - |
Search and replace | CMD+R + option +A |
Project structure section | CMD+1 |
Run section | CMD+4 |
Go to line | CMD+L |
See implementations | option+CMD+B |
See usages | CMD+B |
Move | F6 |
Rename | SHIT + F6 |
Go to test | SHIT + CMD + T |
Recent files | CMD + E |
Add breakpoint | CMD + F8 |
Run | CONTROL + SHIFT + R |
Debug | CONTROL + SHIFT + D |
Delete line | CMD + Erase |