0

I'm able to setup the Java standards library documentation within IntelliJ using the instructions here: How to view JDK external documentation in IntelliJ IDEA?

But following the same process I cannot get the documentation to work for Google's Guava. The documentation url for the google project is: https://google.github.io/guava/releases/20.0/api/docs/overview-summary.html

But using that with IntelliJ doesn't load the documentation when I view a Guava class. Do I need to use a different url for the guava documentation?

Adam Flynn
  • 949
  • 2
  • 9
  • 21
  • 1
    Did you try `https://google.github.io/guava/releases/20.0/api/docs/` URL? Or you can attach the sources to the library and Quick Documentation will work using the sources. – CrazyCoder Dec 20 '17 at 19:13
  • Sadly I've tried that URL and also downloading the sources and docs and neither are resolving when I try to view quick documentation on a Guava class. – Adam Flynn Dec 22 '17 at 18:10
  • 1
    Please share the [Minimal, Complete, and Verifiable example](http://stackoverflow.com/help/mcve) to reproduce. – CrazyCoder Dec 22 '17 at 18:11

0 Answers0