简体   繁体   中英

Intellij IDEA: How to view *entire page* of javadoc for a class (e.g. Color.html)?

TL;DR - How do I get the HTML documentation for the entire class all at once, just as I would if using a browser?

Wordy - Whenever I have Intellij IDEA view the "quick documentation" for a class, I get just the documentation for the class definition itself .

For instance, when using my particular hotkey-click on Color, I get this popup: 在此处输入图像描述

However what I want is the entire html page (the rendered javadoc for the entire file).

This would be akin to what I would find here: https://docs.oracle.com/javase/8/docs/api/java/awt/Color.html

I've never found a built-in for this.

View | External Documentation is the only way.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM