Alt+1: Presentation folder--show the Floder
Alt+home: Show directory navigation--navigation Bar
Ctrl+e: Open the recently closed file--recent files
CTRL+F4: Close the current tab
ALT+F4: Close the current phpstorm
Alt+enter: Classes that introduce objects quickly
Alt+up: Previous method
Alt+down: Next method
Ctrl+d copying when moving forward
Ctrl+y Delete When moving forward
ctrl+/://Notes
ctrl+shift+/:/**/Notes
CTRL + Z: Undo
Ctrl+shift+z: Forward
Ctrl+w: Check the contents of the tag
Ctrl+g: Jump to which line
Ctrl+alt+left: Jump to a method, then jump back
Ctrl+alt+right: Jump Forward
Shift+enter: Opening a new line
# # Search Find
CTRL + N: Searching for classes
Ctrl+b: Quickly find out where the variable is defined, and this variable also includes the class
Ctrl+alt+b: Where the class is declared, see how many subclasses inherit
Ctrl+b: If it is a class name, it shows where this class is new; if it is a method name, jump to the declaration of the class-go to function
CTRL + CLICK: If it is a class name, it shows where this class is new; if it is a method name, jump to the declaration of the class-go to function
Ctrl+f: Current file Find--find content in recent file
ALT+F7: In the case of ctrl+f, show all occurrences--
Ctrl+shift+f: Global search string, including methods, can specify folder
Shift+shift: Find files and other.
Ctrl+shift+n: Find file--go to file
CTRL+F12: Shows how many methods the current file has, and then directly enters the query.
ALT+F12: Open command line Bar--open
Php_storm shortcut keys