Raphael.js VSDOC
有人有 raphael.js vsdoc 文件(用于 Visual Studio 2010 智能感知支持)吗?
Has anybody got a raphael.js vsdoc file (for visual studio 2010 intellisense support)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
现在有一个 raphael.js
http://lobjs.wordpress 的 vsdoc 文件。 com/2012/02/02/raphael-vsdocs/
我编写它的明确意图是仅使用 vsdoc 文件中 Raphael 文档中记录的方法和属性。因此,如果您使用此功能,您也不会在智能感知中看到以 _ 开头的属性。
There is now a vsdoc file for raphael.js
http://lobjs.wordpress.com/2012/02/02/raphael-vsdocs/
I've written it with the explicit intention of only using methods and properties documented in Raphael's documentation in the vsdoc file. So you also won't see propertys which start with _ in intellisense if you use this.
也许您可以使用 VSDOC 生成器生成。
我在以下位置找到了一个:
https://github.com/appendto/jquery- vsdoc/tree/master/Vsdoc%20Generator
Maybe you can generate using a VSDOC generator.
I found one at:
https://github.com/appendto/jquery-vsdoc/tree/master/Vsdoc%20Generator