Show Menu
Cheatography

PphpStorm :: 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
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
 

Editing

Join two lines and remove spaces
Ctrl + Shift + 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