Intellisense user control for Angular

时间:2018-02-03 10:30:26

标签: angularjs angular

Is there a text editor that can be used to create intellisense based projects (similar to Avalon Edit - but this is for WPF)? I am not looking for a simple auto complete. I am looking for something more like a code editor which can show suggestions while the user types.

3 个答案:

答案 0 :(得分:0)

Visual Studio Code works very well with Angular projects. Tutorial how to use it with Angular.

答案 1 :(得分:0)

VS code with this extension should do the trick - Angular v5 Snippets

答案 2 :(得分:0)

Jetbrains的

Webstorm是角度优秀的Web IDE。然而,它不是轻量级的,Webstorm需要"1 GB RAM minimum, 2 GB RAM recommended , 1.5 GB hard disk space + at least 1 GB for caches 1024x768 minimum screen resolution"

VSCode也是一款优秀的文本编辑器,它既轻巧又强大。