-Go to webstorm and webstorm.
Default Configuration-Search/replace common shortcut keys in Eclipse
Webstorm shortcut |
Eclipse shortcut |
Description |
Ctrl + shift + N |
Ctrl + shift + R |
Search for files in the project by file name (required) |
Ctrl + shift + alt + N |
Ctrl + shift + alt + N |
Quick location search with one character (required) |
Ctrl + F |
Ctrl + F |
Quickly search for code in the file |
F3 |
Ctrl + K |
Find Next |
Shift + F3 |
Ctrl + shift + K |
Find the previous |
Ctrl + R |
Ctrl + F |
File Code replacement |
Ctrl + shift + R |
|
Batch replacement of code in the specified directory |
Ctrl + shift + F |
Ctrl + H |
Batch search of code in the specified directory |
Interface operations
Webstorm shortcut |
Eclipse shortcut |
Description |
Ctrl + shift + |
Ctrl + shift + |
Quick Search and use all editor functions (required) |
Alt + [0-9] |
Alt + [0-9] |
Quick disassembling function interface module |
Ctrl + shift + F12 |
Ctrl + shift + F12 |
Display code in the largest area (other functional interface modules are hidden) |
Alt + shift + F |
Alt + shift + F |
Add current file to favorites |
Ctrl + alt + s |
Ctrl + alt + s |
Open configuration window |
Ctrl + tab |
Ctrl + tab |
Switch the code tab (this option is also required, which is less efficient) |
Alt +Else/→ |
Alt +Else/→ |
Switch code Tab |
Ctrl + F4 |
Ctrl + F4 |
Close current Code Tab |
Code editing
Webstorm shortcut |
Eclipse shortcut |
Description |
Ctrl + D |
Ctrl + shift +Bytes |
Copy current row |
Ctrl + W |
Alt + shift +Bytes |
Select a word |
Ctrl +Else/→
|
Ctrl +Else/→
|
Use words as the position of the border jump cursor |
Alt + insert |
Alt + insert |
Create a file or other |
Ctrl + alt + L |
Ctrl + alt + L |
Format code |
Shift + tab/tab |
Shift + tab/tab |
Reduce/expand indentation (line indentation can be reduced in code) |
Ctrl + Y |
Ctrl + D |
Delete a row |
Shift + enter |
Shift + enter |
Start a row again (no matter where the cursor is located) |
Navigation
Webstorm shortcut |
Eclipse shortcut |
Description |
Esc |
Esc |
Enter the code editing area |
Alt + F1 |
Alt + F1 |
It is useful to find the location of code in other interface modules. |
Ctrl + G |
Ctrl + L |
Code to the specified row |
Ctrl +]/[ |
Ctrl +]/[ |
Cursor to the front or back of the code block |
Alt + up/down |
Ctrl + shift + up/down |
Previous/next Method |