Quickstart from Setup to Code
·
Walk through the basic steps of setting up VS Code with extensions and customizations.
- 0:16 Download and install VS Code
- 0:40 Create a new file
- 1:13 Overview of the user interface
- 2:21 Install support for your favorite programming language
- 3:09 Change your keyboard shortcuts and easily migrate from other editors using keymap extensions
- 3:50 Customize your editor with themes
- 3:50 Find all commands in the Command Palette
- 🔥 One shortcut remember
Cmd-Shift-P
/Ctrl-Shift-P
orF1
to open the Command Palette anytime.
- 🔥 One shortcut remember
- 4:29 Explore core editor features in the Interactive Editor Playground
Next Steps
- Install the Live Share extension.
- Follow the Tutorial.