Skip to content

Latest commit

 

History

History
59 lines (34 loc) · 1.44 KB

tips.md

File metadata and controls

59 lines (34 loc) · 1.44 KB

Visual Studio Code Tips and Tricks

Insiders


Customizing the editor

  • Pro Tip: Command Palette is F1 or Cmd/Ctrl + Shift + P

  • UI or JSON Settings, Cmd + ,

  • Turn on Auto Save #lifesaver

  • Customize your keybindings

    • CMD + B: toggle Explorer views
    • SHIFT + CMD + E: File Explorer
    • SHIFT + CMD + D: Debug view
    • SHIFT + CMD + F: Find/Search
    • SHIFT + CMD + X: Extension Marketplace
    • CMD + ' : Open new Terminal
  • Change the layout! Drag and drop

GitHub Features


Remote Development