Quick Documentation not showing locally installed docs on Linux
Answered
I'm using IDEA 2020.2.4, I currently have OpenJDK 15 docs installed under /usr/share/docs/java-openjdk. I am currently editing a plain Java file without any project, documentation path to "api" folder is correctly set in the SDK options.
Quick Documentation shows that it's checking the correct URL but no useful information is displayed. When choosing to open externally it works fine.
See following screenshots:
Upload id: 2021_02_15_KdWkcHGctkh4SGTU (files: qdbug.png, sdksettingsbug.png)
Please sign in to leave a comment.
Hello,
Probably it is related to https://youtrack.jetbrains.com/issue/IDEA-260185
May you enable debug logs for documentation fetching? It is needed to add
#com.intellij.codeInsight:traceunder Help | Diagnostic Tools | Debug Log Settings, restart the IDE, reproduce the problem and collect diagnostic data. (Help | Collect Logs and Diagnostic data)Hi,
I've attached the logs. I also found that class documentation works fine, the problem is only for class members.
Upload id: 2021_02_16_YHZnGk5EMSwY1JTe (file: idea-logs-20210216-215333.zip)
Thank you. I've attached all the needed information in YouTrack. Please follow https://youtrack.jetbrains.com/issue/IDEA-260185, for updates.