← Back to Shortcut Collections
PHPStorm

PHPStorm

The pinnacle IDE for PHP development, accelerating modern PHP development with framework support and database integration

Comprehensive shortcuts that maximize PHP development productivity with advanced features like live templates, code generation, and smart completion

Double+Shift
Search Everywhere
Search for files, classes, symbols, actions, and more in one place.
💡 Hint: Double Shift
🎯 Search files, classes, settings, and actions in one place for quick access
Ctrl+Shift+A
Find Action
Search and execute any action in the IDE.
💡 Hint: Action
🎯 Search and execute all IDE features to reduce menu navigation time
Ctrl+D
Duplicate Line
Duplicate current line or selection.
💡 Hint: Duplicate
🎯 Instantly duplicate current line to speed up similar code creation
Ctrl+Y
Delete Line
Delete the line at cursor position.
💡 Hint: Yank (delete)
🎯 Delete unnecessary lines without selection to streamline editing
Ctrl+/
Comment/Uncomment Line
Comment or uncomment the current line or selection.
💡 Hint: Comment with /
🎯 Instantly disable code temporarily or add notes
Ctrl+W
Extend Selection
Extend selection to progressively larger code blocks.
💡 Hint: Widen
🎯 Progressively extend selection to quickly select appropriate code blocks
Ctrl+Shift+V
Paste from History
Paste from clipboard history.
💡 Hint: History paste with V
🎯 Paste from clipboard history to reuse copied content
Ctrl+Alt+S
Open Settings Dialog
Opens the IDE settings dialog.
💡 Hint: Settings
🎯 Quickly access IDE settings to customize development environment
Ctrl+Tab
Switch Tab and Tool Window
Switch between open tabs and tool windows.
💡 Hint: Switch with Tab
🎯 Efficiently switch between open tabs for comfortable multi-file editing