Show Menu
Cheatography

phpStorm :: pavlov80 Keyboard Shortcuts (DRAFT) by

Trying to remember these.

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Navigation

Show project tree
Alt + 1
Recent files
Ctrl + E
Find cursor
Ctrl + M
Find Usages
ALT + F7
Navigate to code block end
Ctrl + ]
Navigate to previous file
Ctrl + Tab
Go to previous cursor position (Back)
Ctrl + Alt + ←
Show variable assignment
Ctrl + Shift + I
Select the next occurrence of a text
ALT + J
Bookmark line
F11
Next Bookmark
CTRL + ALT + ↓/↑
 

Editing

Join two lines and remove spaces
Ctrl + Shift + J
Surround code with
Ctrl + Alt + J
Surround code with
Ctrl + Shift + T
Toggle upperc­ase­/lo­wercase
Ctrl + Shift + U
Code completion (if, try...)
Ctrl + Shift + Enter
Beautyfier
Ctrl + Alt + L
Rename method and usages
Shift + F6