🔥 WebStorm Popular Shortcuts
Master essential WebStorm shortcuts that accelerate JavaScript/TypeScript development and significantly boost your productivity.
TOP 1
Shift+Shift
Search everywhere
Searches everywhere in the IDE.
🎯 Search across the entire IDE to instantly access files, symbols, or actions
💡 Hint: Search everywhere
TOP 2
Ctrl+Shift+A
Find action
Searches for IDE actions.
🎯 Quickly search for and execute any IDE action
💡 Hint: Action search
TOP 3
Ctrl+B → Ctrl+Click
Go to declaration
Navigates to the declaration of a symbol.
🎯 Instantly navigate to the declaration of any symbol to streamline code exploration and editing
💡 Hint: Declaration
TOP 4
Ctrl+Space
Basic code completion
Shows basic code completion suggestions.
🎯 Show code completion suggestions to speed up typing and reduce errors
💡 Hint: Code completion
TOP 5
Alt+Enter
Show intention actions and quick-fixes
Shows intention actions and quick-fixes.
🎯 Access intention actions and quick fixes with a single keystroke
💡 Hint: Intention actions
TOP 6
Ctrl+Shift+F
Find in path
Searches for text in the entire project.
🎯 Search the entire project to quickly locate code or resources
💡 Hint: Path search
TOP 7
Shift+F10
Run
Runs the application with the current run configuration.
🎯 Run the application immediately using the current run configuration
💡 Hint: Run
TOP 8
Shift+F9
Debug
Starts debugging with the current debug configuration.
🎯 Quickly start debugging with the current debug configuration
💡 Hint: Debug