si:webstorm
WebStorm Shortcuts
Editors
By EZ4Code Team
General
8| Shortcut | Description | Platform |
|---|---|---|
| Ctrl+Shift+A | Find action | windows |
| Cmd+Shift+A | Find action | mac |
| Ctrl+Alt+S | Settings | windows |
| Cmd+, | Settings | mac |
| Ctrl+Shift+N | Open file | windows |
| Cmd+Shift+O | Open file | mac |
| Ctrl+Tab | Switch tab | windows |
| Cmd+Tab | Switch tab | mac |
Editing
7| Shortcut | Description | Platform |
|---|---|---|
| Ctrl+Space | Code completion | windows |
| Ctrl+Shift+Space | Smart completion | windows |
| Cmd+Space | Code completion | mac |
| Ctrl+Alt+L | Format code | windows |
| Cmd+Alt+L | Format code | mac |
| Ctrl+D | Duplicate line | windows |
| Cmd+D | Duplicate line | mac |
Navigation
8| Shortcut | Description | Platform |
|---|---|---|
| Ctrl+B | Go to declaration | windows |
| Cmd+B | Go to declaration | mac |
| Ctrl+Alt+B | Go to implementation | windows |
| Cmd+Alt+B | Go to implementation | mac |
| Alt+F7 | Find usages | windows |
| Alt+F7 | Find usages | mac |
| Ctrl+Shift+F | Find in path | windows |
| Cmd+Shift+F | Find in path | mac |
Refactoring
6| Shortcut | Description | Platform |
|---|---|---|
| Shift+F6 | Rename | all |
| Ctrl+Alt+M | Extract method | windows |
| Cmd+Alt+M | Extract method | mac |
| Ctrl+Alt+V | Extract variable | windows |
| Cmd+Alt+V | Extract variable | mac |
| F6 | Move | all |
Debug
6| Shortcut | Description | Platform |
|---|---|---|
| F8 | Step over | all |
| F7 | Step into | all |
| Shift+F8 | Step out | all |
| F9 | Resume | all |
| Ctrl+F8 | Toggle breakpoint | windows |
| Cmd+F8 | Toggle breakpoint | mac |