Show documentation pane within IntelliJ window

浪尽此生 提交于 2020-03-05 07:09:52

问题


I used to have a pane on the side of the IntelliJ 2019.3 window showing Javadoc for currently selected class name. That pane has disappeared. How do I get it back?

I found this Code reference information page on the IntelliJ site, but it does not help. It shows a "gear" icon in the Quick documentation windoid that might do the trick. My my IntelliJ offers no such "gear" icon.


回答1:


  1. Select the name of a class in the source editor pane.
  2. Choose View > Quick Documentation.

The pane appears on the bottom right of the IntelliJ window.

Choosing View > Quick Definition (rather than Quick Documentation) shows the documentation in a windoid. To fill the pane on the side, choose View > Quick Documentation as described in step # 2 above.



来源:https://stackoverflow.com/questions/58584284/show-documentation-pane-within-intellij-window

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!