Merge pull request #2121 from hsanson/1996-add-support-for-eclipse-jdt-ls

WIP Fix 1996 - Add eclipse LSP support.
This commit is contained in:
w0rp
2019-04-13 12:48:20 +01:00
committed by GitHub
6 changed files with 253 additions and 0 deletions

View File

@@ -209,6 +209,7 @@ formatting.
* [ispc](https://ispc.github.io/) :floppy_disk:
* Java
* [checkstyle](http://checkstyle.sourceforge.net)
* [eclipselsp](https://github.com/eclipse/eclipse.jdt.ls)
* [google-java-format](https://github.com/google/google-java-format)
* [javac](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
* [javalsp](https://github.com/georgewfraser/vscode-javac)