๐Ÿš€ Get in VS Code!

Productivity Tips

In this Visual Studio Code tutorial, we describe Visual Studio Code features that help increase your coding productivity. Learning just a few tips can speed up your workflow and help you discover the full power of the VS Code editor.

Here's the next video we recommend: Personalize Visual Studio Code

Pick another video from the list: Introductory Videos

Video outline

  • Double Shift

    • Assign the double Shift keyboard shortcut for often-used commands in the Keyboard Shortcuts editor (Preferences: Open Keyboard Shortcuts command)
  • Side Bar focus with keyboard shortcuts

    • Press โŒ˜0 (Windows, Linux Ctrl+0) to put the focus in the Primary Side Bar
    • Press โŒ˜1 (Windows, Linux Ctrl+1) to put the focus back in the editor
  • Copy Paste

    • Press โŒ˜C (Windows, Linux Ctrl+C) to copy the entire line
    • Press โŒ˜V (Windows, Linux Ctrl+V) to paste the entire line
  • Multiple cursors

    • Press โ‡งโŒฅI (Windows, Linux Shift+Alt+I) to add a cursor to the end of each selected line
  • Multiple terminal windows

    • Drag terminal windows in the editor
    • Switch between open terminals in the editor with โŒ˜P (Windows, Linux Ctrl+P)

Next video