有没有办法使用键盘显示悬停 JavaDoc 帮助?

发布于 2024-12-02 05:25:18 字数 227 浏览 2 评论 0原文

当我将鼠标悬停在符号上时,Eclipse 在工具提示窗口中显示 JavaDoc 帮助。这很棒,但如果我可以在光标位于符号上时从键盘弹出此工具提示,那就更好了。有没有一个快捷方式可以做到这一点?

我发现 Shift-F2 可以打开外部 JavaDoc,但我不希望这样。我想弹出与鼠标悬停时显示的键盘相同的工具提示。

编辑:谢谢,速度很快。 :) 我接受了最快的答案。

Eclipse shows JavaDoc help in a tooltip window when I hover with the mouse over a symbol. This is great, but it would be better if I could pop up this tooltip from the keyboard when the cursor is on the symbol. Is there a shortcut which does this?

I found Shift-F2 which opens external JavaDoc and I do not want that. I'd like to pop up the same tooltip with the keyboard which is shown on mouse hover.

Edit: Thanks, that was quick. :) I accepted the quickest answer.

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

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

发布评论

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

评论(3

小鸟爱天空丶 2024-12-09 05:25:18

当光标位于该单词上时,尝试仅按 F2。当您将鼠标悬停在其上时,它将打开相同的弹出对话框。

Try pressing only F2 when cursor is on that word. It will open the same popup dialog as you get when you hover on it.

御弟哥哥 2024-12-09 05:25:18

将光标移到方法/类/变量上,然后按 F2

Move the cursor on a method/class/variable and press F2.

紫罗兰の梦幻 2024-12-09 05:25:18

在 Netbeans 7.3 中,快捷键为 Ctrl + Shift + Space
原始答案见:
如何查看有关鼠标悬停的 Javadoc 文档在 NetBeans 中?

In Netbeans 7.3 the shortcut is Ctrl + Shift + Space
See the original answer at:
How to see Javadoc documentation on mouse hover in NetBeans?

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