Install Intelli J IDEA - StarShipTutor/StarshipTutorAPCS GitHub Wiki

Install Intelli J IDEA - Mac

Go to JetBrains site at jetbrains.com

Download the free Community version of Intellij IDEA for Mac here.

Java online documentation is here.

Connect Java Web documentation to Intellij

Open any project in IntelliJ IDEA.

Open Fiel->Project Structure

Select SDK from the list on the left

Select the tab at the top left of the text box labeled - Documentation Paths

Then paste

Now the official online documentation is assessable to the Intellij help system.

click on a class and select Shift F1 to goto the online documentation for that class.