Intellisense for angular.js does not work in a javascript file

后端 未结 4 721
不知归路
不知归路 2021-02-06 08:33

I\'m using Visual Studio 2013 which supports Intellisense for Angular.js. Intellisense does indeed work when I create an Angular.js module within a script tag in a HTML5 file. H

4条回答
  •  南旧
    南旧 (楼主)
    2021-02-06 09:25

    Make sure you have a the uncompressed js file in your project. Visual Studio cannot read the intellisense from the minified js file

提交回复
热议问题