Link Search Menu Expand Document

Table of contents

  1. What is VS Code?
  2. Install VS Code on macOS
  3. Install VS Code on Windows
  4. Resources

What is VS Code?

Visual Studio Code is a streamlined code editor with support for development operations like debugging, task running, and version control. It aims to provide the tools a developer needs for a quick code-build-debug cycle and leaves more complex workflows to fuller featured IDEs, such as the Visual Studio IDE.

Install VS Code on macOS

  1. Visit https://code.visualstudio.com/Download/ and click on the VS Code macOS version to download it.

    vscode_page

  2. After the downloading is done, double click to open the zip file.

    vscode_page

  3. You will see “Visual Studio Code.app”. Drag it to Application folder.

    vscode_page

  4. Now you have installed VS Code on your Mac. Find it in your launchpad.

    vscode_page

  5. Open this link to learn how to use VS Code.

Install VS Code on Windows

  1. Visit https://code.visualstudio.com/Download/

    vscode_page

  2. Select a correct version for your operating system and download it.
    For example, you can download Windows x64 for your Windows 10.
    (As of 1/27/2022, you can download “VSCodeUserSetup-x64-1.63.1.exe”)

    vscode_download_btn_clicked

  3. Install VS Code.

    vscode_page vscode_page

    vscode_ui

  4. Open the link to learn how to use VS Code.

Resources

VS Code Doc