lsp-java icon indicating copy to clipboard operation
lsp-java copied to clipboard

Is possible to get the oracle documentation of methods?

Open francesco-cadei opened this issue 2 years ago • 0 comments

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 ?

francesco-cadei avatar Oct 20 '23 08:10 francesco-cadei