简体   繁体   中英

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

  • Property and event binding auto completion
  • Curly braces auto completion
  • Structural directives auto completion
  • Template aware refactoring
  • Adding new modules and components via editor
  • Seamless code navigation on components and templates

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM