JetBrains PhpStorm (Windows)
Navigation
Go to Next/Previous Tab
Alt + Left Arrow / Alt + Right Arrow
All hotkeys for JetBrains PhpStorm (Windows)
General ShortcutsOpen Corresponding Tool Window |
Alt + 0..9 |
General ShortcutsSave All |
Ctrl + S |
General ShortcutsToggle Maximize Editor |
Ctrl + Shift + F12 |
General ShortcutsFind Action |
Ctrl + Shift + A |
General ShortcutsSwitch Editor Tabs and IDE Tool Windows |
Ctrl + Tab |
General ShortcutsOpen Setting Dialog |
Ctrl + Alt + S |
General ShortcutsToggle Full Screen Mode |
Ctrl + Alt + F11 |
General ShortcutsAdd to Favourites |
Alt + Shift + F |
General ShortcutsSearch Everywhere |
Double Shift |
General ShortcutsInspect Current file with Current file |
Alt + Shift + I |
DebuggingStep Out |
Shift + F8 |
DebuggingStep Over |
F8 |
DebuggingStep Into |
F7 |
DebuggingEvaluate Expression |
Alt + F8 |
DebuggingToggle Breakpoint |
Ctrl + F8 |
DebuggingView Breakpoints |
Ctrl + Shift + F8 |
DebuggingResume Program |
F9 |
Find and ReplaceFind |
Ctrl + F |
Find and ReplaceReplace |
Ctrl + R |
Find and ReplaceFind Next |
F3 |
Find and ReplaceFind Previous |
Shift + F3 |
Find and ReplaceFind in Path |
Ctrl + Shift + F |
Find and ReplaceReplace in Path |
Ctrl + Shift + R |
EditingBasic Code Completion |
Ctrl + Spacebar |
EditingClass name Completion |
Ctrl + Alt + Spacebar |
EditingQuick Documentation Lookup |
Ctrl + Q |
EditingBrief Info |
Ctrl + Mouse Over |
EditingComplete Statement |
Ctrl + Shift + Enter |
EditingParameter Information |
Ctrl + P |
EditingOverride Methods |
Ctrl + O |
EditingGenerate Code |
Alt + Insert |
EditingMove Line(Selection) Up/Down |
Ctrl + Shift + Up Arrow / Down Arrow |
EditingSurround With..(Begin..End etc.) |
Ctrl + Alt + T |
EditingComment/Uncomment with Line Comment |
Ctrl + / |
EditingComment/Uncomment with Block Comment |
Ctrl + Shift + / |
EditingImplements Method |
Ctrl + I |
EditingShow Intention Actions and Quick Fixes |
Alt + Enter |
EditingReformat Code |
Ctrl + Alt + L |
EditingDuplicate Current Line |
Ctrl + D |
EditingCut/Copy/Paste Current line to Clipboard |
Ctrl + X / Ctrl + C / Ctrl + V |
EditingAutoIndent Lines |
Ctrl + Alt + I |
EditingDelete line at caret |
Ctrl + Y |
EditingStart New line |
Shift + Enter |
EditingClose Active editor tab |
Ctrl + F4 |
EditingShow Intention Actions/Quick-Fixes |
Alt + Enter |
EditingDecrease Current Selection to Previous State |
Ctrl + Shift + W |
EditingSelect Successively Incresing Code blocks |
Ctrl + W |
EditingExpand/Collapse Code block |
Ctrl + NumPad + / Ctrl + NumPad - |
EditingDelete to end word |
Ctrl + Del |
EditingDelete to word start |
Ctrl + Backspace |
EditingSelect till code block end |
Ctrl + Shift + ] |
EditingSelect till code block start |
Ctrl + Shift + [ |
EditingSwitch case for Word at Caret or Selected block |
Ctrl + Shift + U |
RefactoringCopy |
F5 |
RefactoringMove |
F6 |
RefactoringSafe Delete |
Alt + Del |
RefactoringRename |
Shift + F6 |
RefactoringInline Variable |
Ctrl + Alt + N |
RefactoringRefactor This(Show All Available Refactoring) |
Ctrl + Alt + Shift + T |
RefactoringExtract Method |
Ctrl + Alt + M |
RefactoringIntroduce Field |
Ctrl + Alt + F |
RefactoringIntroduce Constant |
Ctrl + Alt + C |
RefactoringIntroduce Variable |
Ctrl + Alt + V |
NavigationGo to Class |
Ctrl + N |
NavigationGo to File |
Ctrl + Shift + N |
NavigationGo to Symbol |
Ctrl + Alt + Shift + N |
NavigationNext highlighted Error |
F2 |
NavigationPrevious highlighted Error |
Shift + F2 |
NavigationGo to Line |
Ctrl + G |
NavigationRecent files Popup |
Ctrl + E |
NavigationSelect current file/Symbol in any View |
Alt + F1 |
NavigationGo to Next/Previous Tab |
Alt + Left Arrow / Alt + Right Arrow |
NavigationGo to Declaration |
Ctrl + B |
NavigationGo to Implementation |
Ctrl + Alt + B |
NavigationGo to Type Declaration |
Ctrl + Shift + B |
NavigationNavigate back/forward |
Ctrl + Alt + Left Arrow / Ctrl + Alt + Right Arrow |
NavigationGo to last edit location |
Ctrl + Shift + Backspace |
NavigationGo to super method/super class |
Ctrl + U |
NavigationShow Navigation bar |
Alt + Home |
NavigationEdit Source |
F4 |
NavigationView Source |
Ctrl + Enter |
NavigationMove to code block end/start |
Ctrl + ] / Ctrl + [ |
NavigationGo to Previous/Next Method |
Alt + Up Arrow / Alt + Down Arrow |
NavigationOpen Quick Definition Lookup |
Ctrl + Shift + I |
Compile and RunRun Command Line |
Ctrl + Shift + X |
Compile and RunRun |
Shift + F10 |
Compile and RunDebug |
Shift + F9 |
Compile and RunRun Context editor from Editor |
Ctrl + Shift + F10 |
Usage SearchFind Usage in File |
Ctrl + F7 |
Usage SearchFind Usage |
Alt + F7 |
Usage SearchHighlight Usage in File |
Ctrl + Shift + F7 |
Usage SearchShow Usage |
Ctrl + Alt + F7 |
VCS/Local HistoryCommit Project to VCS |
Ctrl + K |
VCS/Local HistoryUpdate Project from VCS |
Ctrl + T |
VCS/Local HistoryView Recent Changes |
Ctrl + Shift + E |
VCS/Local HistoryVCS Operations Popup |
Alt + ` |
Live Template/SnippetsInsert Live Template |
Ctrl + J |
Live Template/Snippetsecho' Statement |
eco |
Live Template/Snippetsforeach(iterable_expr as $value){…} |
fore |
Live Template/Snippetsforeach(iterable_expr as $key=>$value){…} |
forek |
Live Template/Snippets"include"/"include_once" statement |
inc/inco |
Live Template/Snippetsprivate function |
prif |
Live Template/Snippetsprotected function |
prof |
Live Template/Snippetspublic function |
pubf |
Live Template/Snippets"require"/"require_once" statement |
rqr/rqro |