Intellij IDEA自动显示javadoc

时间:2011-10-28 21:01:15

标签: autocomplete intellij-idea javadoc

当我在Netbeans编码时,它自动完成代码并显示Javadocs。但是当我使用Intellij IDEA时,如果我点击 Ctrl + Space ,我可以看到自动完成,如果我点击 Ctrl + Q 我可以单独看到javadoc。

每当我看到自动完成时,是否可以看到元素的Javadoc,或者像Intebeij IDEA一样点击Intellij IDEA中的 Ctrl + 空间

3 个答案:

答案 0 :(得分:145)

Settings | Editor | General | Code Completion | Autopopup documentation in (ms)

Settings screenshot

更新:最新版本有option to show JavaDoc on mouse move

答案 1 :(得分:11)

档案 - >设置 - >编辑 - >代码完成。

在(ms)中检查 Autopopup文档,然后选择延迟。

答案 2 :(得分:11)

在IntelliJ IDEA 14中显示Javadoc:

  • 编写代码时:

    File -> Settings -> Editor -> General -> Code Completion -> Autopopup documentation in (ms)

仅当您按 CTRL + SPACE 时才可用它如果在弹出时选择图钉图标,它会更有用。文档窗口将添加到右侧的选项卡中。稍后我建议调整窗口大小并取消选中Pinned属性。

  • 鼠标悬停时:

    File -> Settings -> Editor -> General -> Show quick documentation on mouse move