Tuomas Toivonen
Tuomas Toivonen

Reputation: 23512

How to make Visual Studio Code Angular friendly

I'm trying to setup my local development environment for Angular project.

I'm familiar with Visual Studio Code IDE as a seasoned React developer, but I don't know which is preferred editor for Angular. I tried to install Angular Essentials (Version 11) VS Code extension by John Papa, but editing the template doesn't seem Angular aware.

For instance, I would like to enable following aids

Is this feasible with VS Code, or should I use different IDE for Angular development?

Upvotes: 1

Views: 1186

Answers (1)

ZINE Mahmoud
ZINE Mahmoud

Reputation: 1332

This Answere enlists some of the important Visual Studio Code extensions that can help you for Angular developement.

  • Path Intellisense
  • Angular Snippets
  • Angular2-Switcher
  • Angular Files
  • REST Client
  • JSON to TS
  • Angular Language Service
  • Angular2-Inline
  • TSLint
  • Material Icon Theme

Upvotes: 2

Related Questions