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.
