Ctrl+Shit+A Quickly open global settings
- ##Ctrl+Alt+L Format code
- Ctrl+/ or Ctrl+Shift+/ Comment (// or /
…/ )
- Shift+F6 Refactor-Refactor Name
- Ctrl+X Delete row
##Ctrl+D Copy row Ctrl+G Find the line Ctrl+Shift+Up/Down to move the code up/down. F2 or Shift+F2 Highlight errors or warnings to quickly locate them Write code and press Tab to generate code Select the text, press Ctrl+Shift+F7 to highlight all the text, press Esc to highlight it. Ctrl+B or Ctrl+left mouse click to quickly open the class or method at the cursor Ctrl + Alt + B Go to implementation (s) Jump method implementation Ctrl + Shift + I Open quick definition lookup Open quick definition lookup Alt + Up/Down Go to previous/next method Jump to the previous/next method Ctrl+E Recently opened file Alt+F1 Search Code location Ctrl+R Replace text Ctrl+F Find text Ctrl +P Method parameter prompt F3 Find the next Shift+F3 Find the previous alt+Shift+F Add the current file to favorites ctrl+alt+s Open the configuration window ctrl+Shift+N Pass Quickly search files in the project by file name (important) ctrl+Shift+alt+N Quickly search the location by one character (important) Shift+enter Start a new line-
##Ctrl + Alt + T with... (if, else, try, catch, for, etc) Use * to surround the selected line of code, (* Including if, while, try - catch, etc.)
-
Ctrl + Shift + U Toggle case for word at caret or selected block The case of the cursor position
-
Ctrl + Delete Delete to word end Delete text end
-
Ctrl + Backspace Delete to word start Delete text start
-
Ctrl + E Recent files popup Pop up recently opened files
-
F11 Toggle bookmark Switch mark
##Ctrl + Shift + F12 Toggle maximizing editor Switch maximizing editor
Alt + Shift + F Add to Favorites Add to Favorites
-
Ctrl+Shit+A Quickly open global settings
- ##Ctrl+Alt+L Format code
- Ctrl+/ or Ctrl+Shift+/ Comment (// or /
…/)
- Shift+F6 Refactor-Rename
- Ctrl+X Delete row
- Ctrl+D Copy row
##Ctrl+G Find row Ctrl+Shift+Up/Down Code moves up/down. F2 or Shift+F2 Highlight errors or warnings to quickly locate them Write code and press Tab to generate code Select the text, press Ctrl+Shift+F7 to highlight all the text, press Esc to highlight it. Ctrl+B or Ctrl+left mouse click to quickly open the class or method at the cursor Ctrl + Alt + B Go to implementation (s) Jump method implementation Ctrl + Shift + I Open quick definition lookup Open quick definition lookup Alt + Up/Down Go to previous/next method Jump to the previous/next method Ctrl+E Recently opened file Alt+F1 Search Code location Ctrl+R Replace text Ctrl+F Find text Ctrl +P Method parameter prompt F3 Find the next Shift+F3 Find the previous alt+Shift+F Add the current file to favorites ctrl+alt+s Open the configuration window ctrl+Shift+N Pass Quickly search files in the project by file name (important) ctrl+Shift+alt+N Quickly search the location by one character (important) Shift+enter Start a new line-
##Ctrl + Alt + T with... (if, else, try, catch, for, etc) Use * to surround the selected line of code, (* Including if, while, try - catch, etc.)
-
Ctrl + Shift + U Toggle case for word at caret or selected block The case of the cursor position
-
Ctrl + Delete Delete to word end Delete text end
-
Ctrl + Backspace Delete to word start Delete text start
-
Ctrl + E Recent files popup Pop up recently opened files
-
F11 Toggle bookmark Switch mark
##Ctrl + Shift + F12 Toggle maximizing editor Switch maximizing editor
Alt + Shift + F Add to Favorites Add to Favorites
-
The above is the detailed content of WebStorm common shortcut keys. For more information, please follow other related articles on the PHP Chinese website!