eglot-java
eglot-java copied to clipboard
Java extension for the eglot LSP client
Hi, I managed to use eglot-java to setup dape to debug when there is a main method in class, but got error when integrate dape with junit in test mehod....
After visiting an initial "class contents buffer", further type definition navigation is now supported. close #51
https://github.com/yveszoundi/eglot-java/blob/main/eglot-java.el#L1440 how about just change this line to ``` (cache-dir (expand-file-name ".eglot-java" (project-root (project-current)))) ``` this shoule fix [class-file-navigation limitations](https://github.com/yveszoundi/eglot-java?tab=readme-ov-file#class-file-navigation) > After visiting an initial “class contents buffer”, further type...
Hello, I am trying to enable parameters inlay for all parameters, and it seems something is not working here. I am using the following configuration: ``` (use-package eglot-java :hook (java-mode...
hi, i am using eglot-java with [microsoft/java-debug](https://github.com/microsoft/java-debug), with dape as recommended. however, i need to pass additional jvm args to the child debugger process (like `-Dio.netty.transport.noNative=true`) how do i do...
Hello, and thank you for a wonderful tool! I wonder how can I setup the classpath and other gradle-related options to use this lsp-server with Android projects?
When I'm in a JUnit java file and have the point at a test method, running `M-x eglot-java-run-test` fails with: ``` cl-no-applicable-method: No applicable method: jsonrpc--request-continuations, nil ``` ## Expected:...
As it is the eglot-java--init function messes up eglot-server-programs when multiple java-related assocs exist. For example when it contains two elements with a car of '(java-mode java-ts-mode) because the user...
Multiple users report grief with configuring Eglot/JDTLS, partially because of bugs such as https://github.com/eclipse-jdtls/eclipse.jdt.ls/issues/3108, and partially because of the complexity of the configurations. One pain point is setting the formatter....