按 ctrl + 后显示 Javadoc Eclipse 中的空间

发布于 2024-10-19 00:56:47 字数 178 浏览 4 评论 0原文

有没有办法以“Netbeans 方式”在 Eclipse 中显示 Javadoc 弹出窗口?示例:当我编写 Str 并按 ctrl+space 时,我希望看到包含建议(String、StringMath、StringBuffer 等)的弹出窗口以及另一个包含 Javadoc 的窗口突出显示的提案。

Is there any way, to display Javadoc popup in Eclipse in "Netbeans way"? Example: When I write Str and press ctrl+space I'd like to see popup with proposals (String, StringMath, StringBuffer and so on) and another window with Javadoc for highlighted proposal.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

不回头走下去 2024-10-26 00:56:47

当您使用 ctrl + space 进行自动完成时,Eclipse 确实支持显示突出显示元素的文档。然而,要使其正常工作,您需要对您使用的 jre/jdk 进行一些设置,以向 Eclipse 展示在哪里查找文档。

您可以通过查看“首选项”>“”来做到这一点爪哇>安装的 JRE >然后编辑你已有的 JRE / JDK。您基本上有两个选择:设置 JavaDoc 位置或源附件。

Eclipse does support showing documentation of a highlighted element when you are using ctrl + space for autocompleting. However to have that working you need to do a little set up for the jre/jdk you are using to show eclipse where to look for the docs.

You can do that by checking out Preferences > Java > Installed JREs > then edit the JRE / JDK you've there. you basically have two options either setting the JavaDoc location or the Source attachement.

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