This is a draft cheat sheet. It is a work in progress and is not finished yet.
General
⌘T |
Go to File |
⌘ + Control + P |
Go to Project |
⌘R |
Go to Methods |
Control + G |
Go to Line |
⌘KB |
Toggle Side Bar |
⌘ + Shift + P |
Command Prompt |
⌘ + Shift + N |
New Window |
Editing
⌘L |
Select Line (repeatable) |
⌘D |
Select Word (repeatable) |
Control + Shift + M |
Select Content In Brackets |
⌘ + Shift + Enter |
Insert Line Before |
⌘ + Enter |
Insert Line After |
Control + Shift + K |
Delete Line |
⌘KK |
Delete Line from Cursor to End of Line |
⌘K + Delete |
Delete Line from Cursor to Start of Line |
⌘ + Shift + D |
Duplicate Line(s) |
⌘J |
Join Lines |
⌘KU |
Upper Case |
⌘KL |
Lower Case |
⌘/ |
Comment |
⌘ + Option + / |
Block Comment |
⌘Y |
Redo |
⌘ + Shift + V |
Paste and Indent |
Control + Space |
Auto Complete (Repeat for next selection) |
Control + M |
Jump to Matching Bracket |
⌘U |
Undo Movement (Soft Undo) |
⌘ + Shift + U |
Redo Movement (Soft Redo) |
Find / Replace
⌘F |
Find |
⌘ + Option + F |
Replace |
Option + ⌘ + G |
Find Next Occurrence of Current Word |
Control + ⌘ + G |
Find All Occurrences of Current Word |
⌘ + Shift + F |
Find in Files |
|
|
|
|
|