Skip to content

Instantly share code, notes, and snippets.

@ratul0
Last active October 11, 2016 06:36
Show Gist options
  • Select an option

  • Save ratul0/154d567f576cbb705598 to your computer and use it in GitHub Desktop.

Select an option

Save ratul0/154d567f576cbb705598 to your computer and use it in GitHub Desktop.
phpstorm keyboard shortcuts
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