kotlin-language-server
kotlin-language-server copied to clipboard
Javadoc on hover
When we hover variables, types, methods, etc, we're only showing a brief signature. We could add the javadoc of those symbols here as well, much like the Java language server does.
This would be great if it would work. I started looking into, but i'm struggling to connect the sources.jar into the jetbrains code. Would anyone be able to provide some direction?
If I recall correctly, this doesn't even work for symbols defined within the same project, so perhaps that is a good starting point? There is no need for source jars there
I currently can't use KLS in my daily setup. One of the top reason why I can't is this issue.
Would be happy to help if possible.