是否有适用于 Firefox XPCOM 的 JSDoc 文件?

发布于 2024-11-05 10:25:19 字数 341 浏览 1 评论 0原文

虽然我知道 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

給妳壹絲溫柔 2024-11-12 10:25:19

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文