IDE

🔵WebStorm Keyboard Shortcuts

27 essential shortcuts for WebStorm

General

ShortcutAction
Shift ShiftSearch Everywhere
Ctrl+Shift+A/⌘⇧AFind Action
Ctrl+Shift+F/⌘⇧FFind in path (project-wide search)
Ctrl+Shift+R/⌘⇧RReplace in path

Navigation

ShortcutAction
Ctrl+Shift+N/⌘⇧ONavigate to file
Ctrl+B/⌘BGo to declaration / definition
Ctrl+Alt+B/⌘⌥BGo to implementation
Alt+F7/⌥F7Find usages
Ctrl+E/⌘ERecent files
Ctrl+F12/⌘F12File structure popup
Ctrl+G/⌘LGo to line number

Editing

ShortcutAction
Ctrl+SpaceCode completion
Alt+Enter/⌥↩Show intention actions / quick fixes
Ctrl+Alt+L/⌘⌥LReformat code
Ctrl+D/⌘DDuplicate line
Ctrl+Y/⌘⌫Delete line
Ctrl+//⌘/Toggle line comment
Ctrl+Shift+//⌘⇧/Toggle block comment
Ctrl+Shift+Up/⌘⇧↑Move statement up
Ctrl+Shift+Down/⌘⇧↓Move statement down

Refactoring

ShortcutAction
Shift+F6Rename symbol
Ctrl+Alt+M/⌘⌥MExtract method
Ctrl+Alt+V/⌘⌥VExtract variable

Running

ShortcutAction
Shift+F10/⌃RRun
Shift+F9/⌃DDebug
Ctrl+F8/⌘F8Toggle breakpoint

VCS

ShortcutAction
Ctrl+K/⌘KCommit changes

About WebStorm Shortcuts

WebStorm by JetBrains is a specialized IDE for JavaScript, TypeScript, and web development. Built on the IntelliJ platform, it provides intelligent code completion, on-the-fly error detection, powerful navigation, automated refactoring, and built-in tools for testing, debugging, and integration with popular frameworks like React, Angular, Vue, and Node.js. WebStorm shares most shortcuts with IntelliJ IDEA while adding web-specific features.

This reference covers 27 essential WebStorm keyboard shortcuts organized across 6 categories: General, Navigation, Editing, and more. Each shortcut lists both macOS and Windows/Linux key combinations where applicable, making it easy to find the right key combo regardless of your operating system.

Learning keyboard shortcuts is one of the highest-leverage investments you can make in your daily workflow. Studies show that developers and designers who rely on keyboard shortcuts are measurably faster at common tasks. Rather than memorizing every shortcut at once, focus on the ones you use most frequently and gradually expand your repertoire.

Bookmark this page for quick reference whenever you need to look up a WebStorm shortcut. The categorized layout makes it easy to find shortcuts by their function, whether you need navigation, editing, or specialized commands.

Related apps