Hotkeys and shortcuts for JetBrains PhpStorm (Windows)

(Total 105)

Alt + 0..9
General Shortcuts
Open Corresponding Tool Window
Ctrl + S
General Shortcuts
Save All
Ctrl + Shift + F12
General Shortcuts
Toggle Maximize Editor
Ctrl + Shift + A
General Shortcuts
Find Action
Ctrl + Tab
General Shortcuts
Switch Editor Tabs and IDE Tool Windows
Ctrl + Alt + S
General Shortcuts
Open Setting Dialog
Ctrl + Alt + F11
General Shortcuts
Toggle Full Screen Mode
Alt + Shift + F
General Shortcuts
Add to Favourites
Double Shift
General Shortcuts
Search Everywhere
Alt + Shift + I
General Shortcuts
Inspect Current file with Current file
Shift + F8
Debugging
Step Out
F8
Debugging
Step Over
F7
Debugging
Step Into
Alt + F8
Debugging
Evaluate Expression
Ctrl + F8
Debugging
Toggle Breakpoint
Ctrl + Shift + F8
Debugging
View Breakpoints
F9
Debugging
Resume Program
Ctrl + F
Find and Replace
Find
Ctrl + R
Find and Replace
Replace
F3
Find and Replace
Find Next
Shift + F3
Find and Replace
Find Previous
Ctrl + Shift + F
Find and Replace
Find in Path
Ctrl + Shift + R
Find and Replace
Replace in Path
Ctrl + Spacebar
Editing
Basic Code Completion
Ctrl + Alt + Spacebar
Editing
Class name Completion
Ctrl + Q
Editing
Quick Documentation Lookup
Ctrl + Mouse Over
Editing
Brief Info
Ctrl + Shift + Enter
Editing
Complete Statement
Ctrl + P
Editing
Parameter Information
Ctrl + O
Editing
Override Methods
Alt + Insert
Editing
Generate Code
Ctrl + Shift + Up Arrow / Down Arrow
Editing
Move Line(Selection) Up/Down
Ctrl + Alt + T
Editing
Surround With..(Begin..End etc.)
Ctrl + /
Editing
Comment/Uncomment with Line Comment
Ctrl + Shift + /
Editing
Comment/Uncomment with Block Comment
Ctrl + I
Editing
Implements Method
Alt + Enter
Editing
Show Intention Actions and Quick Fixes
Ctrl + Alt + L
Editing
Reformat Code
Ctrl + D
Editing
Duplicate Current Line
Ctrl + X / Ctrl + C / Ctrl + V
Editing
Cut/Copy/Paste Current line to Clipboard
Ctrl + Alt + I
Editing
AutoIndent Lines
Ctrl + Y
Editing
Delete line at caret
Shift + Enter
Editing
Start New line
Ctrl + F4
Editing
Close Active editor tab
Alt + Enter
Editing
Show Intention Actions/Quick-Fixes
Ctrl + Shift + W
Editing
Decrease Current Selection to Previous State
Ctrl + W
Editing
Select Successively Incresing Code blocks
Ctrl + NumPad + / Ctrl + NumPad -
Editing
Expand/Collapse Code block
Ctrl + Del
Editing
Delete to end word
Ctrl + Backspace
Editing
Delete to word start
Ctrl + Shift + ]
Editing
Select till code block end
Ctrl + Shift + [
Editing
Select till code block start
Ctrl + Shift + U
Editing
Switch case for Word at Caret or Selected block
F5
Refactoring
Copy
F6
Refactoring
Move
Alt + Del
Refactoring
Safe Delete
Shift + F6
Refactoring
Rename
Ctrl + Alt + N
Refactoring
Inline Variable
Ctrl + Alt + Shift + T
Refactoring
Refactor This(Show All Available Refactoring)
Ctrl + Alt + M
Refactoring
Extract Method
Ctrl + Alt + F
Refactoring
Introduce Field
Ctrl + Alt + C
Refactoring
Introduce Constant
Ctrl + Alt + V
Refactoring
Introduce Variable
Ctrl + N
Navigation
Go to Class
Ctrl + Shift + N
Navigation
Go to File
Ctrl + Alt + Shift + N
Navigation
Go to Symbol
F2
Navigation
Next highlighted Error
Shift + F2
Navigation
Previous highlighted Error
Ctrl + G
Navigation
Go to Line
Ctrl + E
Navigation
Recent files Popup
Alt + F1
Navigation
Select current file/Symbol in any View
Alt + Left Arrow / Alt + Right Arrow
Navigation
Go to Next/Previous Tab
Ctrl + B
Navigation
Go to Declaration
Ctrl + Alt + B
Navigation
Go to Implementation
Ctrl + Shift + B
Navigation
Go to Type Declaration
Ctrl + Alt + Left Arrow / Ctrl + Alt + Right Arrow
Navigation
Navigate back/forward
Ctrl + Shift + Backspace
Navigation
Go to last edit location
Ctrl + U
Navigation
Go to super method/super class
Alt + Home
Navigation
Show Navigation bar
F4
Navigation
Edit Source
Ctrl + Enter
Navigation
View Source
Ctrl + ] / Ctrl + [
Navigation
Move to code block end/start
Alt + Up Arrow / Alt + Down Arrow
Navigation
Go to Previous/Next Method
Ctrl + Shift + I
Navigation
Open Quick Definition Lookup
Ctrl + Shift + X
Compile and Run
Run Command Line
Shift + F10
Compile and Run
Run
Shift + F9
Compile and Run
Debug
Ctrl + Shift + F10
Compile and Run
Run Context editor from Editor
Ctrl + F7
Usage Search
Find Usage in File
Alt + F7
Usage Search
Find Usage
Ctrl + Shift + F7
Usage Search
Highlight Usage in File
Ctrl + Alt + F7
Usage Search
Show Usage
Ctrl + K
VCS/Local History
Commit Project to VCS
Ctrl + T
VCS/Local History
Update Project from VCS
Ctrl + Shift + E
VCS/Local History
View Recent Changes
Alt + `
VCS/Local History
VCS Operations Popup
Ctrl + J
Live Template/Snippets
Insert Live Template
eco
Live Template/Snippets
echo' Statement
fore
Live Template/Snippets
foreach(iterable_expr as $value){…}
forek
Live Template/Snippets
foreach(iterable_expr as $key=>$value){…}
inc/inco
Live Template/Snippets
"include"/"include_once" statement
prif
Live Template/Snippets
private function
prof
Live Template/Snippets
protected function
pubf
Live Template/Snippets
public function
rqr/rqro
Live Template/Snippets
"require"/"require_once" statement