Skip to content

Instantly share code, notes, and snippets.

@ANDREYDEN
Last active May 11, 2020 19:41
Show Gist options
  • Select an option

  • Save ANDREYDEN/43d29c77ee7fd6797c4c99f75dbd1e47 to your computer and use it in GitHub Desktop.

Select an option

Save ANDREYDEN/43d29c77ee7fd6797c4c99f75dbd1e47 to your computer and use it in GitHub Desktop.
[PHPStorm Shortcuts] #hotkeys
shortcut description
Ctrl + G select next occurance
Ctrl + Cmd + G select all occurances
Shift + F6 rename entity in code
Opt + F12 toggle terminal
Cmd + Shift + F12 toggle all sidebars
Opt + Cmd + M extract method
Opt + Cmd + V extract variable
Opt + Cmd + C extract constant
Opt + Cmd + N inline variable
Ctrl + R run tests
Ctrl + Shift + J join lines
Ctrl + Shift + U change case
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment