How to get Intellij IDEA to load JavaDoc

I have specified the URLs for the documentation of the libraries that I use in my project, and every time I want to check the documentation, it downloads it from the Internet.

I have a JAR with full JavaDoc locally.

Should I specify this JAR file or force IDEA to download all documents?

+6
source share
1 answer

Attach the jar file with the documentation to the library.

+4
source

Source: https://habr.com/ru/post/908998/


All Articles