| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| vscode-java-1.55.0-995.vsix | 2026-06-24 | 53.9 MB | |
| java-win32-x64-1.55.0-995.vsix | 2026-06-24 | 128.4 MB | |
| java-win32-arm64-1.55.0-995.vsix | 2026-06-24 | 126.1 MB | |
| java-linux-x64-1.55.0-995.vsix | 2026-06-24 | 132.4 MB | |
| java-linux-arm64-1.55.0-995.vsix | 2026-06-24 | 131.9 MB | |
| java-darwin-x64-1.55.0-995.vsix | 2026-06-24 | 129.7 MB | |
| java-darwin-arm64-1.55.0-995.vsix | 2026-06-24 | 128.5 MB | |
| 1.55.0 source code.tar.gz | 2026-06-24 | 4.8 MB | |
| 1.55.0 source code.zip | 2026-06-24 | 4.9 MB | |
| README.md | 2026-06-24 | 2.7 kB | |
| Totals: 10 Items | 840.5 MB | 3 | |
- enhancement - Use standard
decoratorinstead ofannotationtoken type for highlighting Java annotation. See #4421. - enhancement - Add right click menu item to copy the fully qualified name of the identifier under the cursor. See #374.
- enhancement - Add regenerate hashCode()/equals() method quick-fix. See JLS#3764.
- enhancement - Add type annotation quick-fixes. See JLS#3759.
- enhancement - Add Java 26 to Gradle/Java Compatibility Matrix. See JLS#3757.
- enhancement - Add new quick-fixes (type argument and modifier related). See JLS#3756.
- enhancement - Add varargs-related quick-fixes. See JLS#3754.
- enhancement - Add new null annotation quick-fixes from upstream JDT. See JLS#3752.
- enhancement - Add support for vscode path variables for settings url settings. See JLS#2529.
- bug fix - Sanitize existing command links from hover Javadocs. See #4429.
- bug fix - Maven projects 5 folders deep were not loaded as Java projects. See #4364.
- bug fix - Prevent Javadoc entries with tables from being truncated in the hover documentation. See #4219.
- bug fix - Keep LSP initialize() resilient when m2e is not yet available. See #3469.
- bug fix - If the specified type comment template is empty, use the default. See JLS#3816.
- bug fix - Prevent setter generation for record components. See #JLS3812.
- bug fix - JDTLS batch file fails when located in a folder path with spaces. See JLS#3783.
- bug fix - Completion of annotation properties proposes invalid choices. See JLS#3604.
- bug fix - Do not offer override/implement actions for annotation types. See JLS#3814.