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

后端 未结 4 651
不知归路
不知归路 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:18

    If you develop NodeJs project, make sure you select right property for js file. "Build Action" should be equal to "Content", otherwise intellisense will not work

    Properties for js file

提交回复
热议问题