Installing Code Editor

In this section we will show you how to install a code editor to your system (Windows or Mac).

Choosing a Code Editor

Visual Studio Code (VSCode), provided by Microsoft, is a widely used text editor known for its extensive features and versatility. With built-in GitHub integration and a vast array of extensions, VSCode offers powerful functionality for developers of all levels.\

Step 1: Download Visual Studio Code

Windows:

  1. Visit this link and download the Windows installer:

  1. Save the installer to your computer.

Mac:

  1. Go to this link and download the Visual Studio Code installer for Mac:

  1. Save the installer to your computer.

Step 2: Install Visual Studio Code

Windows:

  1. Locate the downloaded installer file and double-click it.

  2. Follow the on-screen instructions, such as accepting the license agreement and choosing the installation location:

  1. Choose the location for the installer by clicking "Browse..." and click "Next":

  1. Click "Finish" to complete the installation:

Mac:

  1. Open the downloaded installer file:

  1. Drag the Visual Studio Code icon to the Applications folder and click "Open":

  1. Allow the installation to complete to have access to your VSCode:

Last updated