Search⌘ K
AI Features

Installing Visual Studio Code

Explore how to install Visual Studio Code and use it effectively for Angular app development. Understand the interface including the Project Explorer, Editor view, and built-in Terminal to navigate and manage your Angular project files efficiently.

Why use Visual Studio Code?

Ask a room full of developers what their favorite editor is, and you’ll get a thousand different answers. To execute the codes locally, we recommend you download Visual Studio Code for the following two reasons:

  • It’s free, so you can download it with no cost to yourself
  • It works well with Angular

There are other great editors available for writing Angular applications, like Webstorm, Atom, and even ...