🔥 PHPStorm Popular Shortcuts
Master essential PhpStorm shortcuts that dramatically boost PHP development productivity to significantly improve coding speed and quality.
TOP 1
Double+Shift
Search Everywhere
Search for files, classes, symbols, actions, and more in one place.
🎯 The most powerful search feature that finds files, classes, symbols, and actions in one place
💡 Hint: Double Shift
TOP 2
Alt+Enter
Show Intention Actions
Show available quick fixes and intention actions.
🎯 Magic shortcut to instantly fix code issues and improve code quality
💡 Hint: Actions with Enter
TOP 3
Ctrl+Space
Basic Code Completion
Show basic code completion suggestions.
🎯 Reduce typing with code completion and quickly write error-free code
💡 Hint: Complete with Space
TOP 4
Ctrl+B
Go to Declaration
Navigate to the declaration of the symbol at cursor.
🎯 Instantly jump to declarations to accelerate code understanding and editing
💡 Hint: Browse declaration
TOP 5
Shift+F6
Rename
Safely rename a symbol.
🎯 Safely rename across the entire project for reliable refactoring
💡 Hint: Rename with F6
TOP 6
Ctrl+Alt+L
Reformat Code
Reformat code according to code style settings.
🎯 Automatically unify code style to maintain readable code
💡 Hint: Layout
TOP 7
Ctrl+Shift+F
Find in Path
Find in project or directory.
🎯 Instantly search across the entire project to improve development efficiency
💡 Hint: Shift+Find
TOP 8
Ctrl+E
Recent Files
Show a list of recently used files.
🎯 Quickly switch between recently edited files to maintain workflow
💡 Hint: Recent files
TOP 9
Shift+F9
Debug
Run the program in debug mode.
🎯 Quickly find bugs with powerful debugging features to reduce fix time
💡 Hint: Debug with F9