visual studio 2008/asp.net: how to get functions in .js files to show up in...

looking4m0are

New member
...intellisense? i link .js files to my master pages so i have access to the javascript functions i use most commonly. however, since the functions are not part of the page itself, it's really a pain to have to type them out since they don't show up in intellisense. is there a way to get intellisense to know about functions i have in separate .js files in the application?
 
Back
Top