With a built-in debugger, GitHub integration, and IntelliSense code completion, Visual Studio Code is a powerful tool for web developers and other coders using macOS. Since it’s not available in the macOS App Store, you’ll need to install it manually. In this blog post, you will discover how to install Visual Studio Code on macOS so you can start using it right away. Read on to learn more!

Step 1 – Pre-Requisites

Before starting the installation of the Visual Studio Code editor using this tutorial you must have the following prerequisites

Terminal: You must have Mac Terminal access and little knowledge about working with the terminal application. Homebrew: Homebrew is a popular package management tools used for installing most open-source software like Node. Here is the Homebrew installation tutorial

Step 2 – Install Visual Studio Code on macOS

First, fetch the latest version of homebrew and formula. Then tap the Caskroom/Cask repository from Github. After that search for the visual-studio-code package. Then install Visual Studio Code by running the following command. Wait for the installation complete

Step 3 – Launch Application

Once the Visual Studio Code installation is finished on your macOS. You can use the launcher icon to start the application on your macOS system. You can also add the required extensions to the editor as per your application.

All done. Let’s start with the development.

Conclusion

Now, you can start coding and developing your applications using Visual Studio Code, a lightweight environment based on Electron. The best part is that you can install it on macOS to use it with Single Page Apps, Web Apps and other types of web-based applications. We are using the Caskroom/Cask repository to install the software, it automatically updates itself when a new version is released. The best part is that you can double-check every one of your codes using the built-in debugger, which includes step-over, step-forward, step-backward, and breakpoints. Moreover, you can quickly edit your code using the IntelliSense code completion feature.

Installing Visual Studio Code on macOS   TecAdmin - 15Installing Visual Studio Code on macOS   TecAdmin - 58