Visual Studio 2015 RTM - Lost JavaScript support after update TypeScript Tools

后端 未结 3 1072
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-11-30 11:00

I have lost the support for JavaScript files inside Visual Studio 2015 after updating the TypeScript tools from version 1.5.3 to 1.5.4.

By support for JavaScript I m

3条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-11-30 11:33

    In my case, here is the way I fixed it:

    Tools > Options > Text Editor > JavaScript > Intellisense > References

    1. Make sure you Implicit (Web) is selected under Reference Group
    2. Make sure that ~/Scripts/references.js is added in the include files list

    Hope it will help you

提交回复
热议问题