Mac phpstorm shortcut key operation - continuous update

operate hot key
word capitalization command + shift + u
Quickly locate the file address command + shift + o
withdraw command + z
rollback undo (redo) command + shif + z
comment single line command + /
copy current to next line command + d
code formatting command + option + L
jump to a class Command+O
jump to a file Command+shift+O
Go to previous/next editor tab Control+←,Control+→
jump line Command+L
Navigate to the location of the last edited location Command+shift+delete
submit project Command+K
update item Command+T
search Command+F
replace Command+R
find next Command+G
find next Command+shift+G
search by path Command+shift+F
replace by path Command+shift+R
Clear indentation to single line Control+Shift+J
quick wrap shift+Enter
The newline cursor is still at the original position Command+Enter
case conversion Command+shift+U
shrink code block Command+plus sign,Command+minus sign
choose a place control + G
Go back to the previous edit point Command + [
Go back to next slice edit point Command + ]

Guess you like

Origin blog.csdn.net/wepe12/article/details/116307769