AngularJS intellisense not working on Visual Studio 2015

后端 未结 11 1377
粉色の甜心
粉色の甜心 2020-11-30 01:38

According to this post intellisense should also be working on the new VS 2015, but so far I only get intellisense for the angular object and not for the dependencies or my c

11条回答
  •  庸人自扰
    2020-11-30 02:18

    i've just realized that the automatic order that _reference.js file uses (first my files then the framework's files) prevented intellinsense to work on other files that weren't the app.js file

    this is how it now my _references.js looks like:

    /// 
    /// 
    /// 
    /// 
    /// 
    /// 
    /// 
    /// 
    /// 
    /// 
    /// 
    /// 
    /// 
    

提交回复
热议问题