Phpstorm Common shortcut keys:
Ctrl+shift+n Finding files
Ctrl+j Inserting active code hints
Ctrl+alt+t Current Position Insert wrapping code
Alt+insert Generate Code Menu
Ctrl+q View Code comments
Ctrl+d copying when moving forward
Ctrl+y Delete When moving forward
Shift+f6 renaming
Ctrl+shift+u Letter Case Conversion
Ctrl+f Find
Ctrl+r replacement
F4 View Source code
Ctrl+shift+i viewing a variable or method definition source
Ctrl+g Jump Career
Ctrl+alt+f12 jump to the location of the current file on disk
Alt+down View the next method
Alt+up View Previous method
Ctrl+alt+l Reformatting Code
Ctrl+shift+down statement Move Down
Ctrl+shift+up statement Move Up
Alt+shift+down Line moves down
Alt+shift+up Line Move Up
ctrl+/Line Comment
ctrl+shift+/Block Comment
Ctrl+shift+n opening files in a project
Ctrl+b jump to variable declaration
Ctrl+[] Match {}[]
ctrl+shift+]/[Check Block code
Ctrl+x Clipping Line
Ctrl+shift+v Copying multiple text
Alt+left/right Tag Switching
Ctrl+p Show Default Parameters
Ctrl+f12 Quick Find method in current class file
Ctrl + Shift + J: The next line where the cursor is positioned is appended to the end of the bank
Ctrl + Enter: auto-split branch, auto indent (cursor at the beginning of code)
Shift + Enter: Automatically opens a new line
Ctrl + Shift + U: auto-Convert the word of the cursor or the case of the selection
Ctrl + Shift +]/[: The first place to match code blocks
Ctrl + DELETE: delete content at the end of the word at the cursor location
Ctrl + Backspace: Deletes the contents of the position of the cursor to the first position of the word
Ctrl + numpad+/-: Expand or shrink a block of code
Ctrl + Shift + numpad+: Expand All code Blocks
Ctrl + Shift + numpad-: Shrink all code blocks
Ctrl + F4: Close the current file
Ctrl + W: Select the word where the cursor is located
Ctrl + Shift + W: Uncheck the word that the cursor is in
Tab/shift + Tab: Indent right/Left
Ctrl + X: Cuts the current line or the currently selected block of content
Phpstorm shortcut keys