Common webstorm shortcuts and webstorm shortcuts
Interface operations
Shortcut Key
Ctrl + shift + A quick search and use all editor functions (required)
Ctrl + shift + F12 display code in the maximum area (other functional interface modules will be hidden)
Ctrl + alt + s open the Configuration window
Ctrl + tab switch code tab
Ctrl + F4 close the current Code Tab
Code editing
Shortcut Key
Alt +/Add comments
Ctrl + D copy the current row
Ctrl + shift + up/down move up/down
Ctrl + alt + up/down all interfaces (including desktops) Flip horizontally up/down
Ctrl + W select a word
Ctrl + alt + L format the code
Shift + tab/tab reduce/expand indent (line indent can be reduced in code)
Ctrl + Y delete a row
Shift + enter start a row again (no matter where the cursor is located)
Esc enters the code editing area
Alt + F1 is useful for finding the location of code in other interface modules
Search/replace
Shortcut Key
Ctrl + shift + N use the file name to quickly find files in the project (required)
Ctrl + shift + alt + N quick location search by one character (required)
Ctrl + F quickly search for code in the file
F3 find next
Shift + F3 find the previous one
Ctrl + R file code replacement
Ctrl + shift + R specify batch replacement of code in the directory
Ctrl + shift + F specify batch search for code in the directory
Ctrl + R file code replacement