
- #SETUP VISUAL STUDIO CODE FOR MAC INSTALL#
- #SETUP VISUAL STUDIO CODE FOR MAC SOFTWARE#
- #SETUP VISUAL STUDIO CODE FOR MAC PC#
We'll save this file as my-first-webpage.html using the. Go to the "File" menu and click "Save As." This tells us there is content that hasn't yet been saved. If we add content to the file, we see the x at the top becomes a black circle.

We will usually be creating new files and opening folders through the command line.įor now, click on "New file." This will open a blank screen where we can type. When we open the editor, VS Code will open a "Welcome" page that offers options such as "New file," "Open folder." and so on. Let's take a quick tour of Visual Studio Code. After VS Code has installed, click the "Launch" button to automatically open VS Code.Įxtended Windows installation and set up instructions can be found on the VS Code documentation for Windows.These will all make it more convenient to access VS Code. You may also want to click "Create a desktop icon" or one (or both) "Open with Code" options as well. You will then be given the option to "Select Additional Tasks".Just accept the defaults and click "Next" for both. You will be prompted to select a destination location and start menu folder.You will be prompted to accept a license agreement.
#SETUP VISUAL STUDIO CODE FOR MAC PC#
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.
#SETUP VISUAL STUDIO 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.
#SETUP VISUAL STUDIO CODE FOR MAC SOFTWARE#
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.
