Cheatography
https://cheatography.com
Learning new shortcuts when moved from phpStorm
Fast Editing
Find next occurrence |
|
Find previous occurrence |
|
Select all occurrences |
|
Switch to case-(in)sensitive |
|
Switch to whole word matches |
|
Expand Selection |
|
Shrink Selection |
|
Search file || content
Show Search |
Ctrl + Shift + F |
Toggle Search details |
Ctrl + Shift + J |
Find in folder |
Alt + Shift + F |
|
|
Display function hints
Display documentation |
|
Display parameter hints inside() |
|
Display the code completion menu |
|
Display quick code menu |
Ctrl + . |
Working with code blocks
Comment block of code |
Ctrl + Shift + A |
Copy selected above selected |
Ctrl + Alt + Shift + A |
Select current line |
Ctrl + L |
Select mutiple carrets |
CTRL + Shist + Arrows |
|
|
Switch between tools
Focus on file explorer |
Ctrlr+Shift+E |
Focus on Teminal |
Ctrl+` |
Focus on Editor |
Ctrl+1 |
Toggle Lef Side Bar Visibility |
Ctrl+B |
Focus on Source Control |
Ctrlr+Shift+G, G |
Ctrl + B also working as toggle editor only mode with next keybinds:
[{"key":"ctrl+b","command":"runCommands","args":{"commands":["workbench.action.togglePanel","workbench.action.toggleSidebarVisibility","workbench.action.focusActiveEditorGroup"]}},{"key":"ctrl+b","command":"workbench.action.toggleSidebarVisibility","when":"sideBarVisible && !panelVisible"},{"key":"ctrl+b","command":"workbench.action.togglePanel","when":"panelVisible && !sideBarVisible"}]
|
Created By
Metadata
Comments
No comments yet. Add yours below!
Add a Comment
Related Cheat Sheets