[Solved] Intellisense while editing JS files

Assuming you’re talking about Visual Studio, try adding the following line to the top of your .js file. /// <reference path=”~/path/to/your/jquery.js”/> Also, if you’re using anything other than the version of jQuery that was packaged with Visual Studio, you’ll need a jquery-x.x.x-vsdoc.js file that matches your jquery filename, and put that vsdoc in the same … Read more