Skip to content

Instantly share code, notes, and snippets.

@ldrahnik
Last active January 12, 2016 19:18
Show Gist options
  • Save ldrahnik/ed085f3f2988aaadceb3 to your computer and use it in GitHub Desktop.
Save ldrahnik/ed085f3f2988aaadceb3 to your computer and use it in GitHub Desktop.
Frequently Used PhpStorm Keyboard Shortcuts

Search, Go to, Navigation

Double press Shift - search everywhere

Ctrl + Shift + A - find action by name

Ctrl + N - find class by name

Ctrl + Shift + N - find file by name

Alt + Home - go to navigation bar

Alt + Left/Right - navigation between tabs

Ctrl + Shift + Backspace - returns cursor in time

Alt + 1 - show/hide navigation menu

Ctrl + E - show last searching files

Select

Ctrl + W - sequentially select text

Ctrl + C - select entire row

Shift + Left/Right - select text

Refactoring

Alt + Enter show intention actions

Ctrl + Alt + L - reformate code dialog

Features

Ctrl + Shift + V - is Ctrl + C history

Ctrl + Shift + A - the shortcut to all shortcuts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment