Possible Duplicate:
What should I do to obtain javascript intellisense for my own js library in Visual Studio
Is there a how-to on the subject of creating intellisense for your own javascript libraries and classes in Visual Studio?
And is there a way to get it to work across multiple files? What are the rules for this? Does it have to be in the same project? The best solution would be to just include the javascript file in my Master, and then have my "local" javascript files be able to "read" the intellisense...