Unresolved documentation links in Intellij idea


When I try to follow documentation links when creating code in the Intellij IDE, particularly sample links, I receive unresolved errors as I tried to capture in the attached screen capture. In this case, the failed link is for “Samples: samples.collections.Collections.Lists.emptyArrayList” and the web browser is looking for “psi_element//samples.collections.Collections.Lists.emptyArrayList” to render which fails. How can I correct my Intellij IDE to pull up the associated sample documentation? Is there a setting I’m missing or did something not install correctly in the IDE? I’ve tried repairing the IDE but that did not resolve the problem. Sorry I am still learning Kotlin and growing familiar with the IDE. Thank you in advance for any help you can offer.

3 Likes