lsp-java
lsp-java copied to clipboard
lsp-mode :heart: java
when i generate classes via protobuf i get warnings all over my code with `{ClassName} cannot be resolved to a type` and there is no code completion. gradle seems fine...
Hi, the code completion is very slow with my emacs 27.1 and jdtls 1.12. especially when I have more java file opened, it get extremely slow, I see the jdtls...
**Describe the bug** When I try to run `M-x lsp-java-add-import` to import automatically libraries (If I understood correctly), I get an error `Unable to find action`. I also tried to...
I already for a long time try to understand how `workspace` is defined in `lsp-java` and fail. As I can see by default a workspace will be created at `~/.emacs.d/workspace`....
jdt ls supports multi-root workspaces, however sometimes it is desirable to have multiple workspaces each running its own language servers. Running multiple emacs instances and setting distinct value for `lsp-session-file`...
Hi there, I found the star import options in the code but not in the README. I added it to the README in this pr
Is there a way to upgrade the java-decompiler? The current 0.0.2 version is almost three years old.
**Describe the bug** When using corfu for completion, candidates with package names get completed, then flash for half a second, and disappear. There are some cases in which the package...
Everything is working perfectly, until saving a file for the first time, the syntax errors will not be highlight or omitted until typing C-x C-s . also the auto-completion will...
**Describe the bug** Autocompletion initially works properly, then at some point stops. I believe that lsp-java-organize-imports causes the problem reliably. However, I think I have also had this stop working...