kotlin-language-server icon indicating copy to clipboard operation
kotlin-language-server copied to clipboard

Javadoc on hover

Open daplf opened this issue 3 years ago • 3 comments

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.

daplf avatar Sep 30 '21 11:09 daplf

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?

kievitsp avatar Oct 26 '21 08:10 kievitsp

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

daplf avatar Oct 28 '21 13:10 daplf

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.

Dogacel avatar Apr 01 '24 15:04 Dogacel