Intellij IDEA show javadoc automatically

后端 未结 3 1318
无人共我
无人共我 2020-12-23 00:01

When I am coding at Netbeans it autocompletes the code and show Javadocs. However when I am using Intellij IDEA if I click Ctrl+Space

相关标签:
3条回答
  • 2020-12-23 00:38

    File -> Settings -> Editor -> Code completion.

    Check Autopopup documentation in (ms) and choose delay.

    0 讨论(0)
  • 2020-12-23 00:47

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

    UPDATE: latest versions have an option to show JavaDoc on mouse move.

    0 讨论(0)
  • 2020-12-23 00:53

    Show Javadoc in IntelliJ IDEA 14:

    • When you write code:

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

    It's only available when you press CTRL+SPACE It's more usable if you select the pin icon when it popups. The documentation window will be added to the tabs on the right. Later on I recommend to resize the window and to uncheck the Pinned property.

    • On mouse hover:

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

    0 讨论(0)
提交回复
热议问题