Skip to content

Instantly share code, notes, and snippets.

@evasilev
Forked from tvlooy/phpstorm.txt
Created October 31, 2017 11:29
Show Gist options
  • Save evasilev/624c912536f5422c525c6c9af46645ac to your computer and use it in GitHub Desktop.
Save evasilev/624c912536f5422c525c6c9af46645ac to your computer and use it in GitHub Desktop.
PhpStorm cheat sheet
ctrl + alt + shift + t = refactor this
alt + enter = allerlei shortcuts
ctrl + alt + l = reformat code
shift + f11 = show bookmarks
f11 = insert bookmark
alt + insert = file new
ctrl + n = navigate class
ctrl + shift + n = navigate file
ctrl + shift + f = find in path
ctrl + alt + shift + insert = commit file (eigen shortcut)
ctrl + click (file in tab) = open in folder
ctrl + shift + v = paste buffer
ctrl + g = go to line
F7 = step into
F8 = step over
F9 = run to end
shift shift = find everywhere
ctrl + shift + backspace = go back to last changed line
editor->appearance->show whitespace
vim ~/.local/share/applications/jetbrains-phpstorm.desktop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment