PHPStorm Flashcards

Default keyboard shortcuts for PHPStorm by Jetbrains. Includes all shortcuts on the default keymap PDF for version 8.0.

1
Q

Ctrl + Space

A

Basic code completion (the name of any class, method or variable)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Ctrl + Shift + Enter

A

Complete statement

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Ctrl + P

A

Parameter info (within method call arguments)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Ctrl + Q

A

Quick documentation lookup

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Ctrl + mouse over code

A

Brief Info

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Ctrl + F1

A

Show descriptions of error or warning at caret

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Alt + Insert

A

Generate code… (Getters, Setters, Constructors)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Ctrl + O

A

Override methods

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Ctrl + I

A

Implement methods

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Ctrl + Alt + T

A

Surround with… (if..else, try..catch, for, etc.)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Ctrl + /

A

Comment/uncomment with line comment

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Ctrl + Shift + /

A

Comment/uncomment with block comment

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Ctrl + W

A

Select successively increasing code blocks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Ctrl + Shift + W

A

Decrease current selection to previous state

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Alt + Q

A

Context info

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Alt + Enter

A

Show intention actions and quick-fixes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Ctrl + Alt + L

A

Reformat code

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Ctrl + Alt + I

A

Auto-indent line(s)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Tab / Shift + Tab

A

Indent/unindent selected lines

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Ctrl + X or Shift + Delete

A

Cut current line or selected block to clipboard

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Ctrl + C or Ctrl + Insert

A

Copy current line or selected block to clipboard

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

Ctrl + V or Shift + Insert

A

Paste from clipboard

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

Ctrl + Shift + V

A

Paste from recent buffers…

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

Ctrl + D

A

Duplicate current line or selected block

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Ctrl + Y
Delete line at caret
26
Ctrl + Shift + J
Join lines
27
Ctrl + Enter
Split line
28
Shift + Enter
Start new line
29
Ctrl + Shift + U
Toggle case for word at caret or selected block
30
Ctrl + Shift + ] / [
Select till code block end/start
31
Ctrl + Delete
Delete to word end
32
Ctrl + Backspace
Delete to word start
33
Ctrl + NumPad+/-
Expand/collapse code block
34
Ctrl + Shift + NumPad+
Expand all
35
Ctrl + Shift + NumPad-
Collapse all
36
Ctrl + F4
Close active editor tab
37
Ctrl + F
Find
38
F3
Find next
39
Shift + F3
Find previous
40
Ctrl + R
Replace
41
Ctrl + Shift + F
Find in path
42
Ctrl + Shift + R
Replace in path
43
Alt + F7
Find usages
44
Ctrl + F7
Find usages in file
45
Ctrl + Shift + F7
Highlight usages in file
46
Ctrl + Alt + F7
Show usages
47
Alt + Shift + F10
Select configuration and run
48
Alt + Shift + F9
Select configuration and debug
49
Shift + F10
Run
50
Shift + F9
Debug
51
Ctrl + Shift + F10
Run context configuration from editor
52
Ctrl + Shift + X
Run command line
53
F8
Step over
54
F7
Step into
55
Shift + F7
Smart step into
56
Shift + F8
Step out
57
Alt + F9
Run to cursor
58
Alt + F8
Evaluate expression
59
F9
Resume program
60
Ctrl + F8
Toggle breakpoint
61
Ctrl+Shift+F8
View breakpoints
62
Ctrl + N
Go to class
63
Ctrl + Shift + N
Go to file
64
Ctrl + Alt + Shift + N
Go to symbol
65
Alt + Right/Left
Go to next/previous editor tab
66
F12
Go back to previous tool window
67
Esc
Go to editor (from tool window)
68
Shift + Esc
Hide active or last active window
69
Ctrl + Shift + F4
Close active run/messages/find/... tab
70
Ctrl + G
Go to line
71
Ctrl + E
Recent files popup
72
Ctrl + Alt + Left/Right
Navigate back/forward
73
Ctrl + Shift + Backspace
Navigate to last edit location
74
Alt + F1
Select current file or symbol in any view
75
Ctrl + B or Ctrl + Click
Go to declaration
76
Ctrl + Alt + B
Go to implementation(s)
77
Ctrl + Shift + I
Open quick definition lookup
78
Ctrl + Shift + B
Go to type declaration
79
Ctrl + U
Go to super-method/super-class
80
Alt + Up/Down
Go to previous/next method
81
Ctrl + ] / [
Move to code block end/start
82
Ctrl + F12
File structure popup
83
Ctrl + H
Type hierarchy
84
Ctrl + Shift + H
Method hierarchy
85
Ctrl + Alt + H
Call hierarchy
86
F2 / Shift + F2
Next/previous highlighted error
87
F4 / Ctrl + Enter
Edit source / View source
88
Alt + Home
Show navigation bar
89
F11
Toggle bookmark
90
Ctrl + F11
Toggle bookmark with mnemonic
91
Ctrl + #[0-9]
Go to numbered bookmark
92
Ctrl + Shift + #[0-9]
Set numbered bookmark
93
Shift + F11
Show bookmarks
94
F5
Copy (refactoring)
95
F6
Move (refactoring)
96
Alt + Delete
Safe Delete
97
Shift + F6
Rename
98
Ctrl + Alt + N
Inline Variable
99
Ctrl + Alt + M
Extract Method
100
Ctrl + Alt + V
Extract Variable
101
Ctrl + Alt + F
Extract Field
102
Ctrl + Alt + C
Extract Constant
103
Alt + BackQuote (`)
VCS quick popup
104
Ctrl + K
Commit project to VCS
105
Ctrl + T
Update project from VCS
106
Alt + Shift + C
View recent changes
107
Ctrl + Shift + A
Find Action
108
Alt + #[0-9]
Open corresponding tool window
109
Ctrl + Shift + F12
Toggle maximizing editor
110
Alt + Shift + F
Add to Favorites
111
Alt + Shift + I
Inspect current file with current profile
112
Ctrl + BackQuote (`)
Quick switch current scheme
113
Ctrl + Alt + S
Open Settings dialog
114
Ctrl + Tab
Switch between tabs and tool window
115
Basic code completion (the name of any class, method or variable)
Ctrl + Space
116
Complete statement
Ctrl + Shift + Enter
117
Parameter info (within method call arguments)
Ctrl + P
118
Quick documentation lookup
Ctrl + Q
119
Brief Info
Ctrl + mouse over code
120
Show descriptions of error or warning at caret
Ctrl + F1
121
Generate code... (Getters, Setters, Constructors)
Alt + Insert
122
Override methods
Ctrl + O
123
Implement methods
Ctrl + I
124
Surround with... (if..else, try..catch, for, etc.)
Ctrl + Alt + T
125
Comment/uncomment with line comment
Ctrl + /
126
Comment/uncomment with block comment
Ctrl + Shift + /
127
Select successively increasing code blocks
Ctrl + W
128
Decrease current selection to previous state
Ctrl + Shift + W
129
Context info
Alt + Q
130
Show intention actions and quick-fixes
Alt + Enter
131
Reformat code
Ctrl + Alt + L
132
Auto-indent line(s)
Ctrl + Alt + I
133
Indent/unindent selected lines
Tab / Shift + Tab
134
Cut current line or selected block to clipboard
Ctrl + X or Shift + Delete
135
Copy current line or selected block to clipboard
Ctrl + C or Ctrl + Insert
136
Paste from clipboard
Ctrl + V or Shift + Insert
137
Paste from recent buffers...
Ctrl + Shift + V
138
Duplicate current line or selected block
Ctrl + D
139
Delete line at caret
Ctrl + Y
140
Join lines
Ctrl + Shift + J
141
Split line
Ctrl + Enter
142
Start new line
Shift + Enter
143
Toggle case for word at caret or selected block
Ctrl + Shift + U
144
Select till code block end/start
Ctrl + Shift + ] / [
145
Delete to word end
Ctrl + Delete
146
Delete to word start
Ctrl + Backspace
147
Expand/collapse code block
Ctrl + NumPad+/-
148
Expand all
Ctrl + Shift + NumPad+
149
Collapse all
Ctrl + Shift + NumPad-
150
Close active editor tab
Ctrl + F4
151
Find
Ctrl + F
152
Find next
F3
153
Find previous
Shift + F3
154
Replace
Ctrl + R
155
Find in path
Ctrl + Shift + F
156
Replace in path
Ctrl + Shift + R
157
Find usages
Alt + F7
158
Find usages in file
Ctrl + F7
159
Highlight usages in file
Ctrl + Shift + F7
160
Show usages
Ctrl + Alt + F7
161
Select configuration and run
Alt + Shift + F10
162
Select configuration and debug
Alt + Shift + F9
163
Run
Shift + F10
164
Debug
Shift + F9
165
Run context configuration from editor
Ctrl + Shift + F10
166
Run command line
Ctrl + Shift + X
167
Step over
F8
168
Step into
F7
169
Smart step into
Shift + F7
170
Step out
Shift + F8
171
Run to cursor
Alt + F9
172
Evaluate expression
Alt + F8
173
Resume program
F9
174
Toggle breakpoint
Ctrl + F8
175
View breakpoints
Ctrl+Shift+F8
176
Go to class
Ctrl + N
177
Go to file
Ctrl + Shift + N
178
Go to symbol
Ctrl + Alt + Shift + N
179
Go to next/previous editor tab
Alt + Right/Left
180
Go back to previous tool window
F12
181
Go to editor (from tool window)
Esc
182
Hide active or last active window
Shift + Esc
183
Close active run/messages/find/... tab
Ctrl + Shift + F4
184
Go to line
Ctrl + G
185
Recent files popup
Ctrl + E
186
Navigate back/forward
Ctrl + Alt + Left/Right
187
Navigate to last edit location
Ctrl + Shift + Backspace
188
Select current file or symbol in any view
Alt + F1
189
Go to declaration
Ctrl + B or Ctrl + Click
190
Go to implementation(s)
Ctrl + Alt + B
191
Open quick definition lookup
Ctrl + Shift + I
192
Go to type declaration
Ctrl + Shift + B
193
Go to super-method/super-class
Ctrl + U
194
Go to previous/next method
Alt + Up/Down
195
Move to code block end/start
Ctrl + ] / [
196
File structure popup
Ctrl + F12
197
Type hierarchy
Ctrl + H
198
Method hierarchy
Ctrl + Shift + H
199
Call hierarchy
Ctrl + Alt + H
200
Next/previous highlighted error
F2 / Shift + F2
201
Edit source / View source
F4 / Ctrl + Enter
202
Show navigation bar
Alt + Home
203
Toggle bookmark
F11
204
Toggle bookmark with mnemonic
Ctrl + F11
205
Go to numbered bookmark
Ctrl + #[0-9]
206
Set numbered bookmark
Ctrl + Shift + #[0-9]
207
Show bookmarks
Shift + F11
208
Copy (refactoring)
F5
209
Move (refactoring)
F6
210
Safe Delete
Alt + Delete
211
Rename
Shift + F6
212
Inline Variable
Ctrl + Alt + N
213
Extract Method
Ctrl + Alt + M
214
Extract Variable
Ctrl + Alt + V
215
Extract Field
Ctrl + Alt + F
216
Extract Constant
Ctrl + Alt + C
217
VCS quick popup
Alt + BackQuote (`)
218
Commit project to VCS
Ctrl + K
219
Update project from VCS
Ctrl + T
220
View recent changes
Alt + Shift + C
221
Find Action
Ctrl + Shift + A
222
Open corresponding tool window
Alt + #[0-9]
223
Toggle maximizing editor
Ctrl + Shift + F12
224
Add to Favorites
Alt + Shift + F
225
Inspect current file with current profile
Alt + Shift + I
226
Quick switch current scheme
Ctrl + BackQuote (`)
227
Open Settings dialog
Ctrl + Alt + S
228
Switch between tabs and tool window
Ctrl + Tab