phpStorm
http://www.ivanbreet.com/blog-item/some-handy-phpstorm-shortcuts-everyone-should-know ctrl + j shows all shortcuts. ctrl + i implement parent class methods ctrl + o override parent class methods alt + F12 toggle between terminal and code ctrl + Y delete line without send it to a buffer. ctrl + ` change look and feel ctrl + alt + -/+ folding/expand recursively ( https://www.jetbrains.com/phpstorm/help/folding-and-expanding-code-blocks.html ) ctrl + shift + -/+ fold/expand all *********************************************** format: order: ctrl + shift + alt + key ******************************************** ctrl + shift + f6 rename variable, file... ctrl + N open class ctrl + shift + N open file ctrl + shift + t open test ctrl + shift + F10 run test ctrl + shift + F12 hide all windows alt+f1 from source to file in project tree ctrl+ alt + f1 open file in explorer ctrl + + 3 points expand ctrl + - 3 points hide open files: ...