How do I start creating intellisense for my own javascript libraries in VS?

Possible duplicate:
What should I do to get javascript intellisense for my own js library in Visual Studio

Are there any practical guidelines for creating intellisense for your own javascript libraries and classes in Visual Studio?

And is there a way to make it work with multiple files? What are the rules for doing this? Should he be in the same project? The best solution would be to simply include the javascript file in my wizard, and then my “local” javascript files will be able to “read” intellisense ...

+3
source share
1 answer

MSDN . ,

+3

Source: https://habr.com/ru/post/1796054/


All Articles