Visual Studio 2013 AngularJS intellisense support

后端 未结 12 1199
长情又很酷
长情又很酷 2020-12-04 13:28

I thought VS 2013 is supposed to have support for angularjs attribute intellisense? For some reason it\'s not working for me on the latest version of Microsoft Visual Studi

12条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-04 13:55

    Visual Studio 2013 Update 4 removes the validation, however it does not include IntelliSense for AngularJS.

    Support for custom elements, polymer-elements and attributes

    We no longer validate unknown attributers for custom elements as there will be many custom made tags in different frameworks. So there will no longer be squiggles under the unknown elements.

    — Announcing new Web Features in Visual Studio 2013 Update 4 RC

    Download Visual Studio 2013 Update 4.

    Validation is only removed in the HTML editor, not the HTML (Web Forms) editor. This means that, by default, .html files will not have custom element validation, but .aspx pages will. If, like me, you don't think this makes sense, show your support by voting for custom elements in .aspx files.

提交回复
热议问题