Home  >  Article  >  Backend Development  >  PHPstorm shortcut keys

PHPstorm shortcut keys

WBOY
WBOYOriginal
2016-08-08 09:26:36907browse

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+x Cut lines
ctrl+shift+v Copy multiple texts
alt+left/right Label switching
ctrl+p Show default parameters

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.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn