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.