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


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

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