|
Find Action. This command allows you to search in all commands and settings |
||
Another way to learn shortcuts is to use Key Promoter X plugin. This plugin shows a popup with corresponding hotkey when you execute a command with the mouse.
|
|
Basic code completion |
||
|
Show intention actions and quick-fixes |
||
|
Parameter info (within method call arguments) |
||
|
Quick documentation lookup |
||
|
(mouse over code) Brief Info |
||
|
Show descriptions of error or warning at caret |
||
|
Generate code... |
||
|
Surround with...(if..else, try..catch, for, etc.) |
||
|
Insert Live template |
||
|
Comment/uncomment with line comment |
||
|
Comment/uncomment with block comment |
||
|
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 |
|
Add or remove caret |
||
|
Select all occurrences |
||
|
Select next occurrence |
||
|
Unselect occurrence |
||
|
Unselect all occurrences or carets |
|
Select configuration and run |
||
|
Select configuration and debug |
||
|
Run |
||
|
Debug |
||
|
Run context configuration from editor |
||
|
Rerun tests |
||
|
Run Gulp/Grunt/npm tasks |
|
Step over |
||
|
Step into |
||
|
Smart step into |
||
|
Step out |
||
|
Run to cursor |
||
|
Evaluate expression |
||
|
Resume program |
||
|
Toggle breakpoint |
||
|
View breakpoints |
|
Go to declaration |
||
or
|
|||
|
Go to class |
||
|
Go to file |
||
|
Go to symbol |
||
|
Go to next editor tab |
||
|
Go to previous editor tab |
||
|
Go back to previous tool window |
||
|
Go to editor (from tool window) |
||
|
Go to line |
||
|
Recent files popup |
||
|
Navigate forward |
||
|
Navigate back |
||
|
Navigate to last edit location |
||
|
Select current file or symbol in any view |
||
|
Go to implementation(s) |
||
|
Open quick definition lookup |
||
|
Go to type declaration |
||
|
Go to super-method/super-class |
||
|
Go to previous method |
||
|
Go to next method |
||
|
Move to code block end |
||
|
Move to code block start |
||
|
Move caret to matching brace |
||
|
File structure popup |
||
|
Type hierarchy |
||
|
Call hierarchy |
||
|
Next highlighted error |
||
|
Previous highlighted error |
||
|
Jump to source |
||
or
|
|||
|
Jump to navigation bar |
||
|
Toggle bookmark |
||
|
Toggle bookmark with mnemonic |
||
|
Go to numbered bookmark |
||
|
Show bookmarks |
|
Find |
||
|
Find next |
||
|
Find previous |
||
|
Find in path |
||
|
Replace |
||
|
Replace in path |
|
Find usages |
||
|
Find usages in file |
||
|
Highlight usages in file |
||
|
Show usages |
|
Refactor this |
||
|
Copy |
||
|
Move |
||
|
Safe Delete |
||
|
Rename |
||
|
Change function signature |
||
|
Inline Variable |
||
|
Extract Method |
||
|
Extract Variable |
||
|
Extract Constant |
||
|
Extract Parameter |
|
‘VCS’ quick popup |
||
|
Commit project to VCS |
||
|
Update project from VCS |
||
|
View recent changes |
|
Search everywhere |
||
|
Find Action |
||
|
Open corresponding tool window |
||
|
Toggle maximizing editor |
||
|
Add to Favorites |
||
|
Inspect current file with current profile |
||
|
Quick switch current scheme |
||
|
Open Settings dialog |
||
|
Switch between tabs and tool window |
||
Source: WebStorm reference card
|