DEV Community

SAIFULLAH🇮🇳
SAIFULLAH🇮🇳

Posted on

15 VS code Shortcuts

15 useful shortcuts for Visual Studio Code (VS Code) that helps me alot 🙌:

  1. Ctrl + B: Toggle the sidebar visibility.

  2. Ctrl + `: Toggle the integrated terminal.

  3. Ctrl + P: Quick open a file by name.

  4. Ctrl + Shift + N: Create a new file.

  5. Ctrl + Shift + W: Close the current editor.

  6. Ctrl + W: Close the current tab.

  7. Ctrl + Shift + T: Reopen closed tab(s).

  8. Ctrl + /: Toggle line comment/uncomment.

  9. Alt + Up/Down: Move the current line up or down.

  10. Alt + Shift + Up/Down: Copy the current line up or down.

  11. *Ctrl + Shift + \*: Jump to matching bracket.

  12. Ctrl + Shift + L: Select all occurrences of the current selection.

  13. Ctrl + Shift + K: Delete the current line.

  14. F12: Go to the definition of a symbol.

  15. 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)

Collapse
 
rezanouri profile image
reza-noori

Great 👍👍