ctrl+j Insert activity code prompt
ctrl+alt+t Insert wrapping code at the current position
alt+insert Generate code menu
Shift + Enter new line
ctrl+q View code comments
ctrl+d Copy the current line
ctrl+y Delete the current line
ctrl+alt+y Refresh the project cache Synchronize or right-click the folder Synchronize
shift+F6 Rename
ctrl+shift+u Convert letters to uppercase and lowercase
ctrl+f Search
ctrl+r Replace
ctrl+shift+I View variable or method definition source
ctrl+g Jump to line
ctrl+alt+F12 Jump to the location of the current file on the disk
alt+down See the next method
alt+up View the previous method
ctrl+alt+l Reformat the code
ctrl+shift+down statement moves down
ctrl+shift+up Statement moves up
alt+shift+down Line moves down
alt+shift+up Move line up
ctrl+/ Line comment
ctrl+shift+/ Block comment
Ctrl + Shift + Z: redo
Ctrl + Shift + F: Area search
ctrl+shift+n Open the file in the project
ctrl+b Jump to variable declaration
ctrl+[] Match {}[]
ctrl+shift+]/[ Select block code
ctrl + '-/+': You can collapse any code block in the project
The above has introduced the PHPstorm shortcut keys, including related content. I hope it will be helpful to friends who are interested in PHP tutorials.