Some of my favorite VS Code shortcuts would be:
Open integrated terminal: Ctrl+`
Toggle comments: Ctrl+/
Quick Open, Go to File: Ctrl+P
Show Comma...
For further actions, you may consider blocking this person and/or reporting abuse
Ctrl+Shift+K Every day!
Delete Line Ctrl+Shift+K editor.action.deleteLines
Other favorites
Add Line Comment Ctrl+K Ctrl+C editor.action.addCommentLine
Remove Line Comment Ctrl+K Ctrl+U editor.action.removeCommentLine
Undo Ctrl+Z undo
Redo Ctrl+Y redo
Find Ctrl+F actions.find
Go Back Alt+Left workbench.action.navigateBack
Go Forward Alt+Right workbench.action.navigateForward
Memorizing
Show All Symbols Ctrl+T workbench.action.showAllSymbols
Toggle Zen Mode Ctrl+K Z workbench.action.toggleZenMode
Toggle Sidebar Visibility Ctrl+B workbench.action.toggleSidebarVisibility
Toggle Integrated Terminal Ctrl+` workbench.action.terminal.toggleTerminal
Focus Next Search Result F4 search.action.focusNextSearchResult
I recently discovered the "fold" and "unfold" commands that allow you to open/close groups of parenthesis. Before I had to go next to the line numbers and toggle the groups with the mouse.
Command IDs:
I bound them with CTRL + SHIFT + ' (for fold) and CTRL + SHIFT + ì (for unfold)
I made thats extension if you are interested.
Those bottom left buttons definitely need a keybinding 😁
Looks interesting 🤩
Alt+shift+i
it adds a cursor on every selected line.Good one, as well 👍
The answers of this post are pure gold.
My two cents:
Focus editor - CTRL + 1
Split terminal - CTRL + SHIFT + 5
Zen mode - CTRL + k z
Explore files - CTRL + SHIFT + E
Toggle left sidebar - CTRL + B
Find identifier references: F12
Ctrl+G : line number search
This helps me lot while debugging
I just installed a plugin to get the same key bindings than jetbrains IDEs 😆
The ones I described here 😏
Cmd+Tab for switching back to WebStrom
For basic HTML template !+Enter is my favorite