Javadoc: How to open the external link http in the browser?
Answered
I'm looking the javadoc and find the link http, as reference a more info, but when Click, Ctrl Click not open in my browser

Exist some method o plugin for open this externas link http in the browser?
Please sign in to leave a comment.
How does the link look like?
If it is full URL like
<a href="https://example.com/interface">interface</a>, IntelliJ IDEA will open the browser.If it is related link like
<a href="/interface">interface</a>, paths to API docs should be configured in project settings: https://i.imgur.com/U8aNQQ5.pngThe code is in this format:
This code is autogenerate by terraform-cdk
Seems to be a bug. Please report at https://youtrack.jetbrains.com/newIssue?project=IDEA
https://youtrack.jetbrains.com/issue/IDEA-280881