Last active
October 11, 2016 06:36
-
-
Save ratul0/154d567f576cbb705598 to your computer and use it in GitHub Desktop.
phpstorm keyboard shortcuts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Find everything : ctrl+shift+A | |
| Find any file : ctrl+shift+N | |
| Select Code Block : Ctrl+W | |
| Go to declaration : Ctrl+ Mouse 1 | |
| Find next occurrence : Ctrl+G | |
| Find all occurrence : Ctrl+Alt+Shift+J | |
| Duplicate current line or selected block : Ctrl +D | |
| Delete line at caret : Ctrl + Y | |
| Reformat code : Ctrl + Alt + L | |
| Expand/collapse code block : Ctrl + NumPad +/- | |
| Expand all : Ctrl + Shift + NumPad+ | |
| Collapse all : Ctrl + Shift + NumPad- | |
| Move to Line End : End | |
| Move to Line End with Selection : Shift+End | |
| Move to Line Start : Home | |
| Move to Line Start with Selection : Shift+Home | |
| To move a line : Shift+Alt+Up/Down | |
| To move a statement up or down : Ctrl+Shift+Up / Down | |
| Surround With : Ctrl + Alt + K (Code Wrap like try/catch) | |
| File Structure : Ctrl + R |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment