show/hide this revision's text 2 Added another caveat that may catch some people unawares.

At the top of your external js file, add the following:

/// <reference path="jQuery.js"/>

Make sure the path is correct, relative to the file's position in the folder structure, etc.

That should do it.


EDIT: You may

Also, any references need to then save be at the top of the fileand close it and reopen it for , before any other text, including comments - literally, the very first thing in the file. Hopefully future version of VS to parse that line and make use will work regardless of where it is in the file, I am not 100%or maybe they will do something altogether different...Let us know!

Once you have done that and saved the file, hit CTRL+SHIFT+J to force VS to update Intellisense.

show/hide this revision's text 1

At the top of your external js file, add the following:

/// <reference path="jQuery.js"/>

Make sure the path is correct, relative to the file's position in the folder structure, etc.

That should do it.


EDIT: You may need to then save the file and close it and reopen it for VS to parse that line and make use of it, I am not 100%. Let us know!