Last active
October 13, 2021 03:22
-
-
Save tvlooy/8729238 to your computer and use it in GitHub Desktop.
PhpStorm cheat sheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
Great, you pointed the most interesting. To see a bigger list, in phpstorm use menu HELP->Keymap Reference, to see the printable PDF with most important shortcuts.
They are also in this link, but it's better and more accurate to your version of PHP to use the Help->Keymap Reference menu option:
https://resources.jetbrains.com/storage/products/phpstorm/docs/PhpStorm_ReferenceCard.pdf