Last active
June 14, 2017 11:00
-
-
Save streetcoder/71975f19bc8ef4c2aa50 to your computer and use it in GitHub Desktop.
PhpStorm common shortcuts
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
Open window for tab shift + f4 | |
Open window of structure panel ctrl + f12 | |
Import Class alt + Enter | |
Generate Docblock alt + insert | |
Open window refactor ctrl + shift + alt + T | |
File rename shift + f6 | |
File current file ctrl + f4 | |
Open searche window by symbol ctrl + shift + alt + n [mac cmd + alt + O] | |
Open search window by file name ctrl + shift + n | |
Open search window by class name ctrl + n | |
Recent search alt + e | |
Recently closed tab to reopen ctrl + e | |
Display dropdown for bootstrap class ctrl + j | |
Minimum html tags for a page ! + tab | |
Delete a line ctrl + Y | |
Move one tab to another alt + arrow right/left | |
Reset font size ctrl + shift + a (enter Reset font size) | |
Git push ctrl + shift + k | |
display tag suggession ctrl + space (type few string) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment