Skip to content

Instantly share code, notes, and snippets.

@ygerasimov
Created September 15, 2017 15:47
Show Gist options
  • Save ygerasimov/cf00c63fc02f01d1344f73719f59b523 to your computer and use it in GitHub Desktop.
Save ygerasimov/cf00c63fc02f01d1344f73719f59b523 to your computer and use it in GitHub Desktop.
PHPStorm Shortcuts
Command+E recent files
Ctrl+T refactor this: rename, variable, move method, interface
Command+N create constructor, getters, setters
Option+Enter initialize variable constructor
Shift+Shift search everywhere
Command+Up browse in current file’s folder
Command+Option+O search symbol
Command+, Settings
Control+G multiple cursors of same word
Control+V, Control+H windows splits (manually added)
Command+R listing of methods
Option+Tab switch between splitter tabs
Alt+Command+R debug Run
Command+F8 toggle break point
Command+. toggle expand collapse block of code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment