How should I go about creating intellisense for my own javascript libraries in VS? [duplicate]
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...
There is a good How to in MSDN you can find it here and also there is a walkthrough example here
精彩评论