lsp-java
lsp-java copied to clipboard
Is possible to get the oracle documentation of methods?
I'm interesting in getting the oracle documentation of methods like here: https://docs.oracle.com/en/java/javase/20/docs/api/java.base/java/io/PrintStream.html#println().
Example for System.out.println(...) I only get void java.io.PrintStream.println(...) not a ful description of what the method does.
There is a way to have this with lsp-java / lsp-ui or not for now ?