在IntelliJ窗口中显示文档窗格

在IntelliJ窗口中显示文档窗格

本文介绍了在IntelliJ窗口中显示文档窗格的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我以前在IntelliJ 2019.3窗口的侧面有一个窗格,显示



我找到了页面上的IntelliJ网站,但没有帮助。它在快速文档 中显示一个齿轮图标,可能会解决问题。我的IntelliJ我没有提供这样的齿轮图标。

解决方案


  1. 选择查看> 快速文档

该窗格显示在IntelliJ窗口的右下方。



选择视图> 快速定义(而不是快速文档)以Windoid显示文档。要填充侧面的窗格,请按照上面的步骤2中所述选择查看> 快速文档


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. 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.

这篇关于在IntelliJ窗口中显示文档窗格的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-28 03:08