15 useful shortcuts for Visual Studio Code (VS Code) that helps me alot 🙌:
Ctrl + B: Toggle the sidebar visibility.
Ctrl + `: Toggle the integrated terminal.
Ctrl + P: Quick open a file by name.
Ctrl + Shift + N: Create a new file.
Ctrl + Shift + W: Close the current editor.
Ctrl + W: Close the current tab.
Ctrl + Shift + T: Reopen closed tab(s).
Ctrl + /: Toggle line comment/uncomment.
Alt + Up/Down: Move the current line up or down.
Alt + Shift + Up/Down: Copy the current line up or down.
*Ctrl + Shift + \*: Jump to matching bracket.
Ctrl + Shift + L: Select all occurrences of the current selection.
Ctrl + Shift + K: Delete the current line.
F12: Go to the definition of a symbol.
Ctrl + Shift + F: Search for text in the entire workspace.
These shortcuts can greatly enhance your productivity when using Visual Studio Code as your code editor of choice.
Top comments (1)
Great 👍👍