[Solved] jQuery Intellisense does not shown another js file [closed]

[ad_1]

For that, you need to add this line to your second.js:

/// <reference path="path to your first.js" />

When you add the above line in your second.js, intellisense will show up suggestions based on what is present in first.js

[ad_2]

solved jQuery Intellisense does not shown another js file [closed]