| Order | |
|---|---|
| Area | introvideos |
| TOCTitle | Getting started |
| ContentId | baf150cd-6daf-4604-87db-a7c70a6706a7 |
| PageTitle | Getting started with Visual Studio Code |
| DateApproved | 5/4/2022 |
| MetaDescription | Download and learn the basics of Visual Studio Code. |
| MetaSocialImage | images/opengraph/introvideos.png |
In this tutorial, we walk you through setting up Visual Studio Code and give an overview of the basic features.
<iframe src="https://www.youtube.com/embed/B-s71n0dHUk?autoplay=true" width="640" height="320" allowFullScreen="true" frameBorder="0" title="Getting Started with Visual Studio Code"></iframe>Here's the next video we recommend: Code Editing in Visual Studio Code
Pick another video from the list: Introductory Videos
- Download and install VS Code.
- Open a folder
- File > Open Folder (
kb(workbench.action.files.openFolder))
- File > Open Folder (
- File Explorer
- View > Explorer (
kb(workbench.view.explorer))
- View > Explorer (
- Search view
- View > Search (
kb(workbench.view.search))
- View > Search (
- Source Control
- View > Source Control (SCM) (
kb(workbench.view.scm))
- View > Source Control (SCM) (
- Run and Debug
- View > Run (
kb(workbench.view.debug))
- View > Run (
- Extensions view
- View > Extensions (
kb(workbench.view.extensions))
- View > Extensions (
- Open the Command Palette.
- View > Command Palette... (
kb(workbench.action.showCommands))
- View > Command Palette... (
- Output panel
- View > Output (
kb(workbench.action.output.toggleOutput))
- View > Output (
- Debug Console
- View > Debug Console (
kb(workbench.debug.action.toggleRepl))
- View > Debug Console (
- Problems panel
- View > Problems (
kb(workbench.actions.view.problems))
- View > Problems (
- Integrated Terminal
- View > Terminal (
kb(workbench.action.terminal.toggleTerminal))
- View > Terminal (
- Create a new file
- File > New File (
kb(workbench.action.files.newUntitledFile))
- File > New File (
- Save a file
- File > Save (
kb(workbench.action.files.save))
- File > Save (
- Auto Save
- File > Auto Save
- Run
- Run > Start Debugging (
kb(workbench.action.debug.start))
- Run > Start Debugging (
- Programming language extensions
- Python - IntelliSense, linting, debugging, code formatting, refactoring, and more.
- Live Preview - Hosts a local server to preview your webpages.
- Zoom
- Zoom out (
kb(workbench.action.zoomOut)) - Zoom in (
kb(workbench.action.zoomIn))
- Zoom out (
- Customize your editor with color themes.
- File > Preferences > Theme > Color Theme (
kb(workbench.action.selectTheme))
- File > Preferences > Theme > Color Theme (
- Code Editing in Visual Studio Code - Learn about the advanced code editing features in VS Code.
- Introductory Videos - Review the entire list of videos.
- User Interface - View the documentation for VS Code.
- Setup Overview - Documentation for getting up and running with VS Code, including platform specific setup.
- IntelliSense -VS Code brings smart code completions as you type.