Cheatography
https://cheatography.com
Text Manipulation
Alt+F3 |
Select All Occurrences of Current Word |
Ctrl+Alt+A |
Align code |
Ctrl+Shift+N |
Increment Selection |
Ctrl+Shift+K |
Delete line |
Ctrl+Backspace |
Delete word backwords |
Ctrl+Del |
Delete word forwards |
Ctrl+T |
Switch Values |
Ctrl+Shift+D |
Duplicate Line |
Find/Replace
Shift+F3 |
Find previous |
F3 |
F3 Find next |
Ctrl+F |
Find |
Ctrl+H |
Replace |
Shift+Ctrl+F |
Find in files |
Bookmarks
Ctrl + F2 |
Toggle Bookmarks |
F2 |
Next Bookmark |
Shift+F2 |
Previous Bookmark |
Ctrl+Shift+F2 |
Clear Bookmarks |
TODO
Ctrl+I |
Create New Task |
Ctrl+D |
Toogle Task as Completed |
Ctrl+C |
Toggle Task as Canceled |
--+Tab |
----Create Separator |
Ctrl+Space |
Completition Rules |
Ctrl+Shift+A |
Archive Tasks |
Navigation
Ctrl+P |
Quick-open files by name |
Ctrl+G |
Goto line in current file |
Alt+. |
Close tag |
Ctrl+K+C |
Scroll to selection |
Ctrl+K+B |
Toggle side bar |
Ctrl+Alt+J |
Jump to Matching Tag |
Ctrl+M |
Jump to Matching Brackets |
Ctrl+R |
Go to Function |
Window Manipulation
Alt+Shift+(N) |
Split into N Collumns |
Alt+Shift+1 |
Revert to Single Column |
Ctrl+(N) |
Jump (N) Pane |
Ctrl+N |
New Tab |
Ctrl+W |
Close Tab |
Others
Ctrl+Shift+S |
Toogle AutoSave current file |
Ctrl+Shift+C |
Open Color Picker |
Ctrl+Space |
Toogle AutoComplete |
Ctrl+Alt+C |
Comment Block of Code |
Ctrl+Shift+P |
Command Pallete |
Shift+F1 |
Open Console |
Ctrl+Alt+X |
Take Screenshoot |
Snippets
'lorem'+Ctrl+E |
Generate Lorem Ipsum |
Ctrl+E |
Create Tag |
'prep'+Tab |
Pre Print |
'clog'+Tab |
Console Log |
Case Conversion
Ctrl+Alt+C+S |
transform to lowercase |
Ctrl+Alt+C+K |
TRANSFORM TO UPPERCASE |
Ctrl+Alt+C |
snake_case |
Ctrl+Alt+K |
SCREAMING_SNAKE_CASE |
Ctrl+Alt+M |
camelCase |
Ctrl+Alt+C+P |
PascalCase |
Ctrl+Alt+C+D |
dot.case |
Ctrl+Alt+C+H |
dash-case |
Ctrl+Alt+C+W |
Separate Words |
Ctrl+Alt+C+Z |
Separate/with/Forward/Slashes |
Ctrl+Alt+C+B |
Separate\with\Backslashes |
Ctrl+Alt+C+- |
toggle between snake_case, camelCase and PascalCase |
|
|
|
|
|
|
|
Created By
Metadata
Comments
No comments yet. Add yours below!
Add a Comment
Related Cheat Sheets