
You will be prompted to accept a license agreement.If you are using a PC with Windows, you will work through a series of prompts from the installer: Doing so makes it available in the macOS Launchpad and you can more easily configure your terminal to use the code keyword to open projects in VS Code from the command line (there is more on this topic below).Įxtended Mac installation and set up instructions can be found on the VS Code documentation for Mac. If you are on a Mac, make sure that after you download VS Code that you drag the application "Visual Studio Code.app" to the Applications folder.
VISUAL CODE FOR MAC INSTALL
To install Visual Studio Code on your device, download the appropriate installer for your operating system at the Visual Studio Code website. It includes many useful features that help write and navigate code more efficiently. Visual Studio Code, also known as VS Code, was designed with web developers and computer programmers in mind. Visual Studio CodeĪt Epicodus, we use a free text editor called Visual Studio Code.

These text editors allow us to write code with plain, raw text.

The Mac Terminal application also includes a console-based text editor called Nano. If you have a PC, the default text editor is Notepad, which can be found through the Start menu. If you have a Mac, your device comes with a text editor called TextEdit, which can be found in your Applications list. We want plain, raw text without any extras like fonts, paragraph indentation, and so on. Word processing programs like Microsoft Word and Google Docs may be the first thing that comes to mind when you think of "text editors." However, these programs are not ideal for writing code because they add styles and formatting that get in the way of code. As the name implies, it's a piece of software meant to edit text. We will write and save our code in a text editor.
