JetBrains WebStorm Keyboard Shortcuts
JetBrains WebStorm is a powerful IDE for modern JavaScript development, offering robust tools for coding, debugging, and navigating projects. With efficient keyboard shortcuts, developers can streamline tasks like code completion, debugging, navigation, and refactoring.
Official URL: https://www.jetbrains.com/webstorm/
Navigation
Navigate to class
Ctrl+N
Navigate to file
Ctrl+Shift+N
Navigate back
Alt+Left Arrow
Navigate forward
Alt+Right Arrow
Go to declaration
Ctrl+B
Editing
Duplicate line or selection
Ctrl+D
Delete line
Ctrl+Y
Complete statement
Ctrl+Shift+Enter
Debugging
Step over
F8
Step into
F7
Step out
Shift+F8
Code Completion
Basic code completion
Ctrl+Space
Smart code completion
Ctrl+Shift+Space
Search
Find
Ctrl+F
Replace
Ctrl+R
Refactoring
Refactor this
Ctrl+T
Rename
Shift+F6
Miscellaneous
Toggle distraction-free mode
Ctrl+Shift+F12
JetBrains WebStorm
Additional information not available for this software.