Is there jquery-ui-vsdoc.js like jquery-vsdoc.js for Visual Studio?

I am trying to create a jquery-ui-vsdoc.js library in Visual Studio 2010. And I wonder if jquery-ui-vsdoc.js as jquery-vsdoc.js for Visual Studio?

+6
source share
1 answer

jay kimble tried to go for it, but I think he did not finish his project. I think this was due to insufficient demand for such a thing.

However, there is an incomplete project , and if you are very interested in this, perhaps you can finish it. (It’s not very difficult to figure out how to finish it, so I suggest you look at it.)

Also, if you want to learn more in detail, you can look at a way to develop vsdoc files .

+5
source

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


All Articles