0

I have thoroughly searched all questions and precisely followed the steps mentioned here How to view JDK external documentation in IntelliJ IDEA?

I have added URL also, javadoc jar file also in Platform Settings->SDK.

My Documentation path images: DOC PATH IMAGE ERROR

Community
  • 1
  • 1
Rushi M Thakker
  • 679
  • 2
  • 15
  • 34
  • Your Java files have a little red "J" icon. This is IntelliJ indicating that those Java files are not part of the sources. I recommend following [this](http://stackoverflow.com/questions/4904052/what-does-this-symbol-mean-in-intellij-red-circle-on-bottom-left-corner-of-fil) or [this](http://stackoverflow.com/questions/30131939/intellij-idea-files-with-a-red-circle). HOPEFULLY that should get IntelliJ to display documentation when editing those files. – Harmelodic Mar 26 '16 at 16:59
  • Thanks A LOT!! It solved the problem! @Harmelodic – Rushi M Thakker Mar 27 '16 at 09:35
  • Excellent, I'll add my comment as an answer for you to accept. – Harmelodic Mar 27 '16 at 09:44
  • I have voted but I don't have 15 reputation – Rushi M Thakker Mar 28 '16 at 07:58

1 Answers1

1

Your Java files have a little red "J" icon.
This is IntelliJ indicating that those Java files are not part of the sources.

I recommend following this or this.

That should get IntelliJ to display documentation when editing those files.

Community
  • 1
  • 1
Harmelodic
  • 5,682
  • 1
  • 28
  • 31