Webstorm Common shortcut keys
Copy to Http://liuxiaofan.com/2013/11/25/1514.html
ctrl+/or ctrl+shift+/ |
Comments (//or/*...*/) |
Shift+f6 |
Refactoring-Renaming (quickly modifying HTML tags) |
Ctrl+x |
Delete Row |
Ctrl+d |
Copy rows |
Ctrl+g |
Find rows |
Ctrl+shift+up/down |
The code moves up/down. |
F2 or Shift+f2 |
Highlight error or warning quick location |
Write code, press TAB |
Generate code |
Select text, press CTRL+SHIFT+F7, ALT+F3 |
Highlight all of the text and press ESC to highlight the disappear. (Because of this function I can be relieved to give up sublime) |
Ctrl+b or CTRL + left mouse button click |
Quickly open the class or method at the cursor (NB function) |
Ctrl + Alt + B |
Go to implementation (s) Jump method implementation |
Ctrl + Shift + I |
Open Quick Definition Lookup opens define Quick Find |
Alt + Up/down |
Go to Previous/next method jumps to previous/next methods |
Ctrl+e |
Recently opened files |
Alt+f1 |
Find the location of your code |
Ctrl+alt+l I would normally change to F4 manually |
Formatting code |
Ctrl+r |
Replace text |
Ctrl+f |
Find text |
Ctrl+p |
Method parameter Hints |
F3 |
Find the next |
Shift+f3 |
Find Previous |
Alt+shift+f |
Add the current file to the Favorites folder |
Ctrl+alt+s |
Open the Configuration window |
Ctrl+shift+n |
Quickly find files within a project by file name (required) |
Ctrl+shift+alt+n |
Quick Find location with one character (required) |
Shift+enter |
Start a row again (regardless of where the cursor is) |
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 to Word at caret or selected block cursor position |
Ctrl + Delete |
Delete to Word end remove text ends |
Ctrl + Backspace |
Delete to Word start deleting text |
F11 |
Toggle Bookmark Toggle Flag, I think the bookmark is better, is sublime text F2 |
Ctrl + Shift + F12 |
Toggle Maximizing editor Toggle maximized |
Webstorm Common shortcut keys