0% found this document useful (0 votes)
331 views

Phpstorm Shortcuts

The document lists 105 keyboard shortcuts for the PhpStorm IDE on Windows. It groups the shortcuts into categories such as general shortcuts, find and replace, editing, debugging, refactoring, navigation, usage search, version control, and live templates/snippets. Many of the shortcuts provide quick access to common coding and debugging tasks like saving, searching, navigating code, running/debugging code, and inserting code snippets.

Uploaded by

xehikan771
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
331 views

Phpstorm Shortcuts

The document lists 105 keyboard shortcuts for the PhpStorm IDE on Windows. It groups the shortcuts into categories such as general shortcuts, find and replace, editing, debugging, refactoring, navigation, usage search, version control, and live templates/snippets. Many of the shortcuts provide quick access to common coding and debugging tasks like saving, searching, navigating code, running/debugging code, and inserting code snippets.

Uploaded by

xehikan771
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

PhpStorm Shortcuts

105 Shortcuts (Windows)

General Shortcuts Find and Replace

Alt+0..9 Open Corresponding Tool Window Ctrl+F Find

Ctrl+S Save All Ctrl+R Replace

Ctrl+Shift+F12 Toggle Maximize Editor F3 Find Next

Ctrl+Shift+A Find Action Shift+F3 Find Previous

Ctrl+Tab Switch Editor Tabs and IDE Tool Windows Ctrl+Shift+F Find in Path

Ctrl+Alt+S Open Setting Dialog Ctrl+Shift+R Replace in Path

Ctrl+Alt+F11 Toggle Full Screen Mode


Editing
Alt+Shift+F Add to Favourites Ctrl+Spacebar Basic Code Completion

Double Shift Search Everywhere Ctrl+Alt+Spacebar Class name Completion

Alt+Shift+I Inspect Current file with Current file Ctrl+Q Quick Documentation Lookup

Debugging Ctrl+Mouse Over Brief Info

Shift+F8 Step Out Ctrl+Shift+Enter Complete Statement

F8 Step Over Ctrl+P Parameter Information

F7 Step Into Ctrl+O Override Methods

Alt+F8 Evaluate Expression Alt+Insert Generate Code

Ctrl+F8 Toggle Breakpoint Ctrl+Shift+Up Move Line(Selection) Up/Down


Arrow/Down
Ctrl+Shift+F8 View Breakpoints Arrow

F9 Resume Program Ctrl+Alt+T Surround With..(Begin..End etc.)

Ctrl+/ Comment/Uncomment with Line Comment

Ctrl+Shift+/ Comment/Uncomment with Block Comment

Ctrl+I Implements Method

Alt+Enter Show Intention Actions and Quick Fixes

Ctrl+Alt+L Reformat Code

ShortcutWorld.com Page 1 Terms of Use apply


PhpStorm Shortcuts
105 Shortcuts (Windows)

Ctrl+D Duplicate Current Line Refactoring

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+Del Delete to end word Navigation

Ctrl+Backspace Delete to word start Ctrl+N Go to Class

Ctrl+Shift+ Select till code block end Ctrl+Shift+N Go to File

Ctrl+Shift+ Select till code block start Ctrl+Alt+Shift+N Go to Symbol

Ctrl+Shift+U Switch case for Word at Caret or Selected block F2 Next highlighted Error

Shift+F2 Previous highlighted Error

Ctrl+G Go to Line

Ctrl+E Recent files Popup

Alt+F1 Select current file/Symbol in any View

Alt+Left Go to Next/Previous Tab


Arrow/Alt+Right
Arrow

Ctrl+B Go to Declaration

Ctrl+Alt+B Go to Implementation

ShortcutWorld.com Page 2 Terms of Use apply


PhpStorm Shortcuts
105 Shortcuts (Windows)

Ctrl+Shift+B Go to Type Declaration Usage Search

Ctrl+F7 Find Usage in File


Ctrl+Alt+Left Navigate back/forward
Arrow/Ctrl+Alt+Ri
ght Arrow Alt+F7 Find Usage

Ctrl+Shift+Backsp Go to last edit location Ctrl+Shift+F7 Highlight Usage in File


ace
Ctrl+Alt+F7 Show Usage
Ctrl+U Go to super method/super class
VCS/Local History
Alt+Home Show Navigation bar
Ctrl+K Commit Project to VCS
F4 Edit Source
Ctrl+T Update Project from VCS
Ctrl+Enter View Source
Ctrl+Shift+E View Recent Changes
Ctrl+/Ctrl+ Move to code block end/start
Alt+` VCS Operations Popup
Alt+Up Go to Previous/Next Method
Arrow/Alt+Down
Arrow Live Template/Snippets

Ctrl+Shift+I Open Quick Definition Lookup Ctrl+J Insert Live Template

eco echo' Statement


Compile and Run
fore foreach(iterable_expr as $value){?}
Ctrl+Shift+X Run Command Line
forek foreach(iterable_expr as $key=>$value){?}
Shift+F10 Run
inc/inco "include"/"include_once" statement
Shift+F9 Debug
prif private function
Ctrl+Shift+F10 Run Context editor from Editor
prof protected function

pubf public function

rqr/rqro "require"/"require_once" statement

ShortcutWorld.com Page 3 Terms of Use apply

You might also like