coc-java
coc-java copied to clipboard
Java extension for coc.nvim
I am a first time user of this extension and I wanted to create a Java desktop application using JavaFX. I am using Gradle to build the project and resolve...
As seen [here](https://github.com/eclipse/eclipse.jdt.ls/issues/2117) and [here](https://github.com/eclipse/eclipse.jdt.ls/pull/2118), eclipse.jdt.ls 1.13 onward now requires Java 17. This should probably be noted in the README, and maybe even checked by coc-java and a better error...
[coc.nvim] The "java" server crashed 4 times in the last 3 minutes. The server will not be restarted. I'd like to understand the issue better. I wonder where this message...
 coc.nvim configs in `.vimrc`: ```vimrc xmap f (coc-format-selected) nmap f (coc-format-selected) ``` `coc-format-selected` is not working, error output: Error on notification "formatSelected": formatRange provider not found for current buffer,...
``` openjdk 11.0.11 2021-04-20 OpenJDK Runtime Environment AdoptOpenJDK-11.0.11+9 (build 11.0.11+9) OpenJDK 64-Bit Server VM AdoptOpenJDK-11.0.11+9 (build 11.0.11+9, mixed mode) ``` osx. in standardspring project using 300% of cpu. Not at...
When I open a gradle based project, jdtls loads successfully. However, I am seeing import errors from the server. More specifically, I see errors when importing generated code (created by...
I'm not sure if this is because I'm going through a proxy (which I _believe_ is set up properly), or a bug, but, I'm getting the `Download jdt.ls failed, you...
How can I configure this extension to work openjdk 16.0.2 or newer?
When initiating jdt, logs show my java exited with code 13. What is the reason for this error?
I'm using records which is a preview feature in jdk 15. Because of that wherever I use a record I receive an error from the ls that says: ``` Records...