php storm cheatsheet
hide / show
command 1
hide show project window
search
search anywhere shift shift
preview search command shift F
navigate
command up arrow
navigate to files, you can delete files
switch project command shift p
open settings command ,
command shift o
open file
shift command e
view recent code
navigate to variable or class declaration command b
open close terminal option f12
highlight usages
shift command f7
+ command g
to scroll through the usages
comment
Use shortcuts to comment and uncomment lines and blocks of code: command /
for single line comments option command /
for block comments
git
commit
add current file command option a
command k
push
command shift k
local history
file | local history | show history |
editing code
command .
how to jump to file explorer
format code
option command L
This post is licensed under CC BY 4.0 by the author.
Comments powered by Disqus.