Webstorm#
Webstorm Windows & Linux Keymap#
Editing#
shortcut |
description |
|---|---|
|
Basic code completion |
|
Show intention actions, quick fixes |
|
Parameter info |
|
Quick documentation lookup |
|
Brief Info |
|
Error or warning at caret |
|
Generate code… |
|
Surround with… |
|
Insert Live template |
|
Comment/uncomment with line |
|
Comment/uncomment with block |
|
Select successively increasing code blocks |
|
Decrease current selection to previous state |
|
Context Info |
|
Reformat code |
|
Auto-indent line(s) |
|
Indent selected lines |
|
Unindent selected lines |
|
Paste from recent buffers… |
|
Duplicate current line or selected block |
|
Delete line at caret |
|
Move line up |
|
Move line down |
|
Join lines |
|
Split lines |
|
Start new line |
|
Toggle case for word at caret or selected block |
|
Select till code block end |
|
Select till code block start |
|
Delete to word end |
|
Delete to word start |
|
Expand code block |
|
Collapse code block |
|
Expand all |
|
Collapse all |
|
Close active editor tab |
General#
shortcut |
description |
|---|---|
|
Search everywhere |
|
Find Action |
|
Open corresponding tool window |
|
Toggle maximizing editor |
|
Add to Favorites |
|
Inspect current file |
|
Quick switch current scheme |
|
Open Settings dialog |
|
Switch between tool and tabs |
Multiple carets and selections#
shortcut |
description |
|---|---|
|
Add or remove caret |
|
Select all occurrences |
|
Select next occurrence |
|
Unselect occurrence |
|
Unselect all occurrences or carets |
Debugging#
shortcut |
description |
|---|---|
|
Step over |
|
Step into |
|
Smart step into |
|
Step out |
|
Run to cursor |
|
Evaluate expression |
|
Resume program |
|
Toggle breakpoint |
|
View breakpoints |
Running#
shortcut |
description |
|---|---|
|
Select configuration and run |
|
Select configuration and debug |
|
Run |
|
Debug |
|
Run context configuration from editor |
|
Rerun tests |
|
Run Gulp/Grunt/npm tasks |
Usage Search#
shortcut |
description |
|---|---|
|
Find usages |
|
Find usages in file |
|
Highlight usages in file |
|
Show usages |
VCS/Local History#
shortcut |
description |
|---|---|
|
VCS quick popup |
|
Commit project to VCS |
|
Update project from VCS |
|
View recent changes |
Search/Replace#
shortcut |
description |
|---|---|
|
Find |
|
Find next |
|
Find previous |
|
Find in path |
|
Replace |
|
Replace in path |
Refactoring#
shortcut |
description |
|---|---|
|
Refactor this |
|
Copy / Move |
|
Safe Delete |
|
Rename |
|
Change function signature |
|
Inline Variable |
|
Extract Method |
|
Extract Variable |
|
Extract Constant |
|
Extract Parameter |