← Back to Shortcut Collections
WebStorm

WebStorm

The most powerful IDE for JavaScript/TypeScript development, completely covering modern web development from frontend to Node.js

Shortcuts that dramatically streamline web development with JavaScript/TypeScript-specific completion, refactoring, and npm integration features

Ctrl+Space
Basic code completion
Shows basic code completion suggestions.
💡 Hint: Code completion
🎯 Accelerate JavaScript and TypeScript coding with context-aware smart code completion
Alt+Insert
Generate code
Shows code generation options.
💡 Hint: Generate
🎯 Instantly generate boilerplate code like constructors and getters/setters
Alt+Enter
Show intention actions and quick-fixes
Shows intention actions and quick-fixes.
💡 Hint: Intention actions
🎯 Instantly improve code quality with context-aware quick fixes
Ctrl+Alt+L
Reformat code
Automatically formats the code.
💡 Hint: Format
🎯 Automatically format code according to project coding standards
Ctrl+P
Parameter info
Shows parameter info for method calls.
💡 Hint: Parameter info
🎯 Display function and method parameter info to support accurate API usage
Ctrl+Alt+T
Surround with...
Surrounds code with constructs like if/else or try/catch.
💡 Hint: Surround
🎯 Quickly surround selected code with try-catch or if statements to enhance error handling