Phpstorm Shortcuts
Phpstorm Shortcuts
Ctrl+Tab Switch Editor Tabs and IDE Tool Windows Ctrl+Shift+F Find in Path
Alt+Shift+I Inspect Current file with Current file Ctrl+Q Quick Documentation Lookup
F5 Copy
Ctrl+X/Ctrl+C/Ctrl Cut/Copy/Paste Current line to Clipboard
+V
F6 Move
Ctrl+Alt+I AutoIndent Lines
Alt+Del Safe Delete
Ctrl+Y Delete line at caret
Shift+F6 Rename
Shift+Enter Start New line
Ctrl+Alt+N Inline Variable
Ctrl+F4 Close Active editor tab
Ctrl+Alt+Shift+T Refactor This(Show All Available Refactoring)
Alt+Enter Show Intention Actions/Quick-Fixes
Ctrl+Alt+M Extract Method
Ctrl+Shift+W Decrease Current Selection to Previous State
Ctrl+Alt+F Introduce Field
Ctrl+W Select Successively Incresing Code blocks
Ctrl+Alt+C Introduce Constant
Ctrl+NumPad Expand/Collapse Code block
+/Ctrl+NumPad - Ctrl+Alt+V Introduce Variable
Ctrl+Shift+U Switch case for Word at Caret or Selected block F2 Next highlighted Error
Ctrl+G Go to Line
Ctrl+B Go to Declaration
Ctrl+Alt+B Go to Implementation