Skip to content

Instantly share code, notes, and snippets.

@kurorido
Created July 16, 2015 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kurorido/d8197e49434bf53e37cb to your computer and use it in GitHub Desktop.
Save kurorido/d8197e49434bf53e37cb to your computer and use it in GitHub Desktop.
PHP Storm Tips
Ctrl+Alt+V (Refactor | Extract Variable)
Ctrl+D in the editor duplicates the selected block or the current line when no block is selected.
If the cursor is between the parentheses of a method call, pressing Ctrl+P brings up a list of valid parameters.
Ctrl+Shift+Backspace (Navigate | Last Edit Location)
Use Ctrl+Shift+F7 (Edit | Find | Highlight Usages in File) to quickly highlight usages of some variable in the current file.
Use F3 and Shift+F3 keys to navigate through highlighted usages.
Use Alt+Up and Alt+Down keys to quickly move between methods in the editor.
Use the Ctrl+Shift+V shortcut to choose and insert recent clipboard contents into the text.
Use Basic Completion (Ctrl+Space) within HTML, CSS and other files, for completing image file names.
Use Alt+Home keyboard shortcut to show the navigation bar, and arrow keys to locate the necessary files or folders.
Alt+9 keyboard shortcut to show or hide this tool window.
Ctrl+Alt+7 (Edit | Find | Show Usages in the main menu)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment