Netbeans C/C++ JavaDoc 代码完成
我正在 NetBeans 6.7.1 中开发 C++。当我按 CTRL + 空格键进行自动完成时,仅显示方法的签名。我正在使用 JavaDoc 来注释我的代码,但 NetBeans 没有显示它。我已经安装了 Doxygen 插件,但它仅用于生成完整的文档。
有什么方法可以强制 IDE 显示 C++ 的签名和 JavaDoc 吗?
我认为这应该不是问题,因为这个功能目前是为 Java 实现的。
多谢。
I am developing C++ in NetBeans 6.7.1. When I press CTRL + space for autocomplete there is shown only method's signature. I am using JavaDoc for commenting my code but NetBeans doesn't show it. I have installed Doxygen plugin but it is only for generating complete documentation.
Is there any way how to force the IDE to show signature and JavaDoc for C++ please?
I think that it should not be a problem because this functionality is currently implemented for Java.
Thanks a lot.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
所以我在 NetBeans 论坛上问了这个问题(使用朋友的帐户,因为我没有我自己的),结论是:这是不可能的,而且是在请求中。
So I asked on NetBeans forum this question ( using friend's account because I don't have my own ) and there is the conclusion: It is impossible and it is in requests.