Skip to content

Instantly share code, notes, and snippets.

@guiliredu
Forked from kurorido/gist:d8197e49434bf53e37cb
Last active November 20, 2017 17:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guiliredu/9965a3502bb3f2cbf1b94b3aadbb0f08 to your computer and use it in GitHub Desktop.
Save guiliredu/9965a3502bb3f2cbf1b94b3aadbb0f08 to your computer and use it in GitHub Desktop.
PHP Storm Tips

PHP Storm - Tips

Shortcuts

  • 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)

Articles

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