IntelliSense for HTML templates

后端 未结 3 1880
我寻月下人不归
我寻月下人不归 2021-01-01 11:46

Is there an extension for Visual Studio Code that provides IntelliSense in an Angular HTML template after you\'ve instantiated an associated class with fields and bound it t

相关标签:
3条回答
  • 2021-01-01 12:15

    Angular Support This one is the best.

    Angular Language Service - is so slow in big projects.

    0 讨论(0)
  • 2021-01-01 12:27

    Checkout the Angular Language Service extension for VS Code.

    0 讨论(0)
  • 2021-01-01 12:33

    I've used a plugin called angular2-inline by Nate Wallace to work with inline templates.

    It supports

    • Syntax highlighting of inline html and css.
    • Code completion, highlighting, and hover information for inline html

    Hopefully that serves the purpose you are looking for.

    0 讨论(0)
提交回复
热议问题