jQuery(document).ready() 内的 JSDoc 兼容性
我在 jQuery(document).ready(function {})
中声明了一些函数,并且我已经向它们编写了 JSDoc 注释。问题是,当我专注于函数调用行时,它们无法显示为工具提示。但这不是必需的,也许有解决方案?我正在使用 Aptana IDE。我搜索了他们的文档并用谷歌搜索,但没有找到答案。
I have some functions declared inside jQuery(document).ready(function {})
and I've written JSDoc comments to them. The problem is, they cannot be displayed as tooltips when I focus on function call line. Not essential, however, maybe there is a solution for this? I am using Aptana IDE. I've searched their documentation and googled as well, but didn't find the answer.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看来 Aptana 支持 ScriptDoc,而不是 JSDoc。
http://docs.aptana.com/docs/index.php/About_Code_Assist#Adding_your_own_code_to_Code_Assist
It appears that Aptana supports ScriptDoc, not JSDoc.
http://docs.aptana.com/docs/index.php/About_Code_Assist#Adding_your_own_code_to_Code_Assist