Cheatography
https://cheatography.com
Editing
Ctrl + Space |
Basic code completion |
Alt + Enter |
Show intention actions and quick-fixes |
Cmd + P |
Parameter info (within method call arguments) |
Alt + J |
Quick documentation lookup |
Cmd + N |
Create new file |
Cmd + Alt + T |
Surround with... |
Cmd + J |
Insert live template |
Cmd + / |
Comment/uncomment with line comment |
Cmd + Shift + / |
Comment/uncomment with block comment |
Alt + Up |
Select successively increasing code blocks |
Alt + Bottom |
Decrease current selection to previous state |
Cmd + Alt + L |
Reformat code |
Tab |
Indent selected lines |
Shift + Tab |
Unindent selected lines |
Cmd + D |
Duplicate current line or selected block |
Cmd + Backspace |
Delete line at caret |
Alt + Shift + Up |
Move line up |
Alt + Shift + Down |
Move line down |
Cmd+ / Cmd- |
Expand/collapse code block |
Cmd + W |
Close active editor tab |
Cmd + F1 |
Show descriptions of error or warning at caret |
Ctrl + Shift + J |
Join lines |
Cmd + Enter |
Split line |
Shift + Enter |
Start new line |
Refactoring
Ctrl + T |
Refactor this |
F5 / F6 |
Copy / Move |
Shift + F6 |
Rename |
VCS/Local history
Ctrl + V |
VCS quick popup |
Cmd + K |
Commit project to VCS |
Cmd + T |
Update project from VCS |
Shift + Cmd + K |
Push project to VCS |
General
Double Shift |
Search everywhere |
Shift + Cmd + A |
Find action |
Cmd + 0...Cmd+9 |
Open corresponding tool window |
|
|
Navigation
Cmd + Shift + ] |
Go to next editor tab |
Cmd + Shift + [ |
Go to previous editor tab |
Shift + Cmd + O |
Go to file |
Cmd + Up |
Jump to navigation bar |
Cmd + Y |
Open quick definition lookup |
Cmd + E |
Recent files popup |
Cmd + B |
Go to declaration |
Cmd + O |
Go to class |
Cmd + Alt + Q |
Go to symbol |
Cmd + Alt + B |
Go to implementation(s) |
Cmd + F12 |
File structure popup |
Cmd + L |
Go to line |
Ctrl + M |
Move caret to matching brace |
- You can navigate in any webstorm's list just typing in it
- Alt + character let's you choose proper button in webstorm's UI.
Multiple carets and selections
Alt + Left click |
Add or remove caret |
Ctrl + Cmd + G |
Select all occurrences |
Ctrl + G |
Select next occurrence |
Ctrl + Shift + G |
Unselect occurrence |
Search/Replace
Cmd + F / Cmd + R |
Find / Replace |
Cmd + G / Shift + Cmd + G |
Find next/previous |
Usage search
Alt + F7 |
Find usages |
Cmd + F7 |
Find usages in file |
Shift + Cmd + F7 |
Highlight usages in file |
Alt + Cmd +F7 |
Show usages |
|
Created By
Metadata
Comments
No comments yet. Add yours below!
Add a Comment
Related Cheat Sheets
More Cheat Sheets by deftcode