Releases: sublimelsp/LSP-jdtls
Releases · sublimelsp/LSP-jdtls
v2.5.0
v2.4.0
Switch to Python 3.8.
v2.3.0
v2.2.0
Full Changelog: v2.1.3...v2.2.0
v2.1.3
Full Changelog: v2.1.2...v2.1.3
v2.1.2
v2.1.1
v2.1.0
v2.0.0
- Breaking: JDTLS requires Java 17 from now on.
- Breaking:
jdtls.enableLombok
was renamed tojava.jdt.ls.lombokSupport.enabled
java.home
is deprecated, usejava.jdt.ls.java.home
from now onjava.implementationsCodeLens.enabled
andjava.referencesCodeLens.enabled
arefalse
by default
New Features:
- Added workaround to enable inlay hints
- Experimental Android Support is enabled
- Added commands to run JUnit4, JUnit5 and TestNG tests (Requires Debugger)
- Added command to generate tests
- Added command to jump to test class
Nullable
andNonNull
annotation support- New setting
java.progressReports.enabled