It is possible to view Javadoc hovers with eclipse.jdt.ls? #1364
-
I have installed eglot and setted up with eclipse.jdt.ls . |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
@francesco-cadei , I think that the notion of "hover" in eglot means at the current "cursor location" (i.e., not mouse hover). I've noticed that few "weird" JDT.LS things in respect to javadoc information:
In the screenshot below, the mouse cursor is on |
Beta Was this translation helpful? Give feedback.
I think that you also need to install JDK sources depending on your environment (
openjdk-21-source
on Ubuntu, essentially havingsrc.zip
in$JAVA_HOME/jre/lib
accordingly to your JDK version).