在 Eclipse 中,当将鼠标悬停在方法、变量等上时,会显示带有相应 JavaDocs 的工具提示。IntelliJ 有这样的功能吗?
对于 IntelliJ 13 ,IDE Settings 的 Editor 页面中有一个复选框
编辑: 对于 IntelliJ 14 ,该选项已移至 Editor > General 页面。这是“其他”组中的最后一个选项。(对于 Mac,该选项位于菜单“IntelliJ Idea”>“首选项”下)。
编辑: 对于 IntelliJ 16 ,它是 Editor > General > Other 中的倒数第二个选项。
编辑: 对于 IntelliJ Ultimate 2016.1 ,它已移至 Editor > General > Code Completion。
编辑: 对于 IntelliJ Ultimate 2017.2,又名 IntelliJ IDEA 2017.2.3 ,实际上有两个选项:
在 Editor > General > Other (section) > Show quick documentation on mouse move - delay 500 ms
选中此复选框可在插入符号处显示符号的快速文档。在指定延迟后出现快速文档弹出窗口。
在 Editor > General > Code Completion (sub-item) > Autopopup documention in 1000 ms,显式调用完成
选中此复选框可让 IntelliJ IDEA 自动显示一个弹出窗口,其中包含当前在查找列表中突出显示的类、方法或字段的文档。如果未选中此复选框,请使用Ctrl+ Q| 在插入符号处显示元素的快速文档。
Ctrl
Q
编辑 :对于 IntelliJ Ultimate 2020.3 ,第一个选项现在位于 Editor > Code Editing > Quick Documentation > Show quick documentation on mouse move