how to get the documentation of a class in java
已回答
As much as i know, there is an option to access the documentation of a class, a method or a variable could be seen using a single shortcut in intellij. But what is the shortcut by which I can access that in windows?
请先登录再写评论。
Do you mean that you'd like to see the documentation in a separate tool window? If yes, you can open documentation popup settings, select Open as Tool Window option, and use the same shortcut for it.
thank you!