PHPStorm
The pinnacle IDE for PHP development, accelerating modern PHP development with framework support and database integration
Shortcuts that dramatically streamline PHP coding with PHP-specific completion, type hints, and namespace management features
Ctrl+Space
Basic Code Completion
Show basic code completion suggestions.
💡 Hint: Complete with Space
🎯 Auto-complete variables, methods, and class names to significantly reduce typing
Alt+Enter
Show Intention Actions
Show available quick fixes and intention actions.
💡 Hint: Actions with Enter
🎯 Detect code issues and instantly suggest fixes to improve code quality
Ctrl+P
Parameter Info
Show parameter info for method calls.
💡 Hint: Parameter
🎯 Display method parameter information to quickly verify correct parameters
Ctrl+Q
Quick Documentation
Show documentation for the element at cursor.
💡 Hint: Quick doc
🎯 Instantly reference PHP documentation to check function and class usage
Alt+Insert
Generate Code
Generate getters, setters, constructors, etc.
💡 Hint: Generate with Insert
🎯 Auto-generate getters, setters, and constructors to reduce boilerplate code
Ctrl+Alt+L
Reformat Code
Reformat code according to code style settings.
💡 Hint: Layout
🎯 Automatically apply PSR standard code formatting to maintain readable code
Ctrl+Alt+T
Surround With
Surround selected code with if, try-catch, for loop, etc.
💡 Hint: Template
🎯 Surround selected code with if statements or try-catch blocks to streamline error handling
Ctrl+J
Insert Live Template
Show and insert available live templates.
💡 Hint: Jump to template
🎯 Instantly insert frequently used code patterns to improve development speed