PhpStorm is a cross-platform IDE for PHP, built on JetBrains' IntelliJ IDEA platform.

96

Shortcuts

94

Matching

basic code completion
^
show intention actions and quick-fixes
parameter info (within method call arguments)
^
P
quick documentation lookup
^
Q
generate code... (getters, setters, constructors)
INS
override methods
^
O
implement methods
^
I
surround with...(if..else, try..catch, for, etc.)
^
T
comment/uncomment with line comment
^
/
comment/uncomment with block comment
^
/
select successively increasing code blocks
^
W
decrease current selection to previous state
^
W
reformat code
^
L
auto-indent line(s)
^
I
duplicate current line or selected block
^
D
delete line at caret
^
Y
smart line join (html and javascript only)
^
J
smart line split (html and javascript only)
^
start a new line
toggle case for word at caret or selected block
^
U
select till code block start
^
[
select till code block end
^
]
delete to word end
^
delete to word start
^
expand code block
^
+
collapse code block
^
-
close active editor tab
^
F4
paste from history
^
V
step over
F8
step into
F7
step out
F8
evaluate expression
F8
resume program
F9
toggle breakpoint
^
F8
view breakpoints
^
F8
run
F10
debug
F9
run context configuration from editor
^
F10
run command line
^
X
find
^
F
replace
^
R
find next
F3
find previous
F3
find in path
^
F
replace in path
^
R
find usages
F7
find usages in file
^
F7
highlight usages in file
^
F7
show usages
^
F7
go to class
^
N
go to file
^
N
go to symbol
^
N
go to line
^
G
go to previous editor tab
go to next editor tab
go to editor (from tool window)
recent files popup
^
E
navigate back
^
navigate forward
^
navigate to last edit location
^
select current file or symbol in any view
F1
go to declaration
^
B
go to implementation(s)
^
B
open quick definition lookup
^
I
go to type declaration
^
B
go to super-method/super-class
^
U
go to previous method
go to next method
move to code block end
^
]
move to code block start
^
[
next highlighted error
F2
previous highlighted error
F2
edit/view source
F4
copy
F5
move
F6
safe delete
rename
F6
inline variable
^
N
extract method/variable/field/constant
^
M
extract method/variable/field/constant
^
V
extract method/variable/field/constant
^
F
extract method/variable/field/constant
^
C
refactor this (shows all available refactorings)
^
T
vcs quick popup
`
commit project to vcs
^
K
update project from vcs
^
T
view recent changes
C
search everywhere
find action / find action
^
A
toggle full screen mode
^
F11
toggle maximizing editor
^
F12
add to favorites
F
inspect current file with current profile
I
open settings dialog
^
S
switch between tabs and tool window
^
insert live template
^
J
Don't see your shortcut? Learn how to contribute.