webstorm shortcut keys (the most complete)

Ctrl+/ or Ctrl+Shift+/ Comment (// or / ... / )
Shift+F6 Refactor - Rename
Ctrl+X Delete line
Ctrl+D Copy line
Ctrl+G Find line
Ctrl+Shift+Up/Down Code up/down move.
F2 or Shift+F2 Highlight errors or warnings for quick positioning
Write code, press Tab to generate code
Select text, press Ctrl+Shift+F7 to highlight all the text, press Esc to disappear the highlight. (Because of this function, I can give up sublime with confidence)
Ctrl + B or Ctrl + left mouse button click to quickly open the class or method at the cursor, (NB function)
Ctrl + Alt + B Go to implementation(s) Jump Go to method implementation
Ctrl + Shift + I Open quick definition lookup Open definition quick lookup
Alt + Up/Down Go to previous/next method Jump to previous/next method
Ctrl+E Recently opened file
Alt+F1 Find code location Location
Ctrl+Alt+L Format Code
Ctrl+R Replace Text
Ctrl+F Find Text
Ctrl+P Method Parameter
Prompt F3 Find Next
Shift+F3 Find Previous
alt+Shift+F Add Current File to Favorites
ctrl+alt+s Open the configuration window
ctrl+Shift+N Quickly find files in the project by file name (required)
ctrl+Shift+alt+N Quickly find the location by a character (required)
Shift+enter Start a new line ( No matter where the cursor is)
Ctrl + Alt + T with... (if, else, try, catch, for, etc) Use * to surround the selected line of code, (* includes if, while, try catch, etc.) Ctrl + Shift
+ U Toggle case for word at caret or selected block Uppercase and lowercase at the cursor position
Ctrl + Delete Delete to word end Delete to word end
Ctrl + Backspace Delete to word start Delete to word start
Ctrl + E Recent files popup Pop up the recently opened file
F11 Toggle bookmark switch Mark, I think it's better to call it a bookmark, which is F2
Ctrl + Shift + F12 Toggle maximizing editor of sublime text
Alt + Shift + F Add to Favorites Add to Favorites

Guess you like

Origin blog.csdn.net/weixin_44063225/article/details/118327593