是否有适用于 Firefox XPCOM 的 JSDoc 文件?
虽然我知道 XPCOM 的大部分内容是用 C++ 实现的,但拥有带有空函数、常量和 JSDoc 的 JavaScript 存根仍然很棒。这些可用于支持代码完成、检查、快速文档以及 WebStorm (IntelliJ) 等 IDE 的其他功能。
如果这只是存在于某处,那就太好了(但我还没有找到它)。另一种方法是尝试从 IDL 生成它们,但我也没有找到一种方法来做到这一点。我对此有疑问,是否有适用于 Firefox XPCOM 的 JSDoc 文件? 。
While I know much of XPCOM is implemented in C++, it would still be great to have JavaScript stubs with empty functions, constants, and JSDoc. These could be used to support code completion, inspection, quick doc, and other features of IDEs like WebStorm (IntelliJ).
It would be great if this just existed somewhere (but I haven't found it). Another approach would be to try and generate them from the IDL, but I haven't found a a way to do that either. I have question on that at Are there JSDoc files for Firefox XPCOM?.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我写了一个 PHP 脚本 一次,它从 http://www.php.net 用于在 Eclipse PDT< 中提供代码帮助< /a>.您可以使用类似的方法从 XPCOM Doxygen 生成 JSDoc。
I wrote a PHP script once, which generates PHP stubs from PHPDoc available at http://www.php.net for providing code assist in Eclipse PDT. You can use similar approach to generate JSDoc from XPCOM Doxygen.