Some programming colleagues like to use shortcut keys during work. They told the editor that using shortcut keys can reduce operating steps and time and improve work efficiency. Therefore, the editor asked some colleagues for advice, and took PhpStorm as an example to compile this article for everyone to use shortcut keys commonly used in the PHP code editor PHPstorm. Hope you all like it!
PHP code editorPHPstorm
List of commonly used shortcut keys for PHP code editor PHPstorm:
ctrl+j insert active code prompt
ctrl+alt+t insert wrapping code at the current position
alt+insert generate code menu
ctrl+q View code comments
ctrl+d copies the current line
ctrl+y delete current line
shift+F6 rename
ctrl+shift+u letter case conversion
ctrl+f search
ctrl+r replace
F4 View source code
ctrl+shift+i View variable or method definition source
ctrl+g jump line
ctrl+alt+F12 Jump to the location of the current file on disk
alt+down View next method
alt+up View previous method
ctrl+alt+l reformat code
ctrl+shift+down statement moves down
ctrl+shift+up statement moves up
alt+shift+down line moves down
alt+shift+up line moves up
ctrl+/ line comment
ctrl+shift+/ block comment
ctrl+shift+n opens files in the project
ctrl+b jumps to variable declaration
ctrl+[] matches {}[]
ctrl+shift+]/[ Select the block code "table". . . . 《/table》
ctrl+x cut line
ctrl+shift+v copy multiple texts
alt+left/right tab switching
ctrl+p displays default parameters