This is a draft cheat sheet. It is a work in progress and is not finished yet.
Opening files
[cmd]+up |
Show floating file browser |
shift, shift |
Search everywhere |
shift+P |
Search file |
[cmd]+E |
Recent files |
Custom formatting
[cmd] + shift + F |
Format code |
Refactor
[crt] + T |
Show refactor popup |
..Extract method |
Copy lines to a new method. |
..Rename |
Cursor on method name |
..Push |
Move method to the parent class |
[alt] + INTRO |
Write construct class and variable and select "initialize field" |
|
|
Multiple cursors
[Ctrl] + G |
Keep adding cursors |
[Ctrl] + Shift + G |
Select all matching words |
|
|
|