The following shortucts are highly recommended to learn, as they speed up your development process dramatically.
Command | Action |
---|---|
cmd + 1 |
Project View |
cmd + 4 |
Run View |
cmd + 5 |
Debug View |
cmd + 6 |
TODO View |
cmd + 9 |
VCS (Git) View |
esc |
Return to editor |
Command | Action |
---|---|
cmd + d |
Duplicate line |
cmd + shift + up/down |
Move line |
cmd + shift + up/down |
Move line |
shift + fn + f6 |
Refactor... |
Command | Action |
---|---|
cmd + o |
Go to class... |
cmd + shift + o |
Go to file... |
ctrl + j |
Quick documentation... |
cmd + p |
Parameter list... |
cmd + b |
Go to implementation/usage... |
Command | Action |
---|---|
cmd + k |
Review and commit changes |
cmd + shift + k |
Review and push changes |
cmd + 5 |
Debug View |
cmd + 6 |
TODO View |
cmd + 9 |
VCS (Git) View |
Command | Action |
---|---|
cmd + alt + r |
Run/debug |
Command | Action |
---|---|
cmd + shift + c |
Git branches |
cmd + shift + p |
Pull changes |
cmd + t |
Terminal |