I would like to know how to configure IntelliJ to point to the JDK documentation so that the documentation pop-ups displayed during code completion show me what the function I'm looking for will do. For some reason, IntelliJ cannot find JavaDocs by default.
I am also not 100% sure that the documentation is installed with the JDK installed with the OS. I do not see them in /System/Library/Frameworks/JavaVM.framework/, but I can search for the wrong place. If it is not turned on, I would also like to know what you need to download and where to install it so that JavaDocs for JDK appear in IntelliJ.
java intellij-idea javadoc macos
Chris Williams Nov 10 2018-10-10 14:54
source share