Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
vscode-java-1.46.0-711.vsix | 2025-10-02 | 52.1 MB | |
java-win32-x64-1.46.0-711.vsix | 2025-10-02 | 126.7 MB | |
java-linux-x64-1.46.0-711.vsix | 2025-10-02 | 130.4 MB | |
java-linux-arm64-1.46.0-711.vsix | 2025-10-02 | 130.0 MB | |
java-darwin-x64-1.46.0-711.vsix | 2025-10-02 | 127.8 MB | |
java-darwin-arm64-1.46.0-711.vsix | 2025-10-02 | 126.7 MB | |
1.46.0 source code.tar.gz | 2025-10-02 | 4.8 MB | |
1.46.0 source code.zip | 2025-10-02 | 4.9 MB | |
README.md | 2025-10-02 | 2.4 kB | |
Totals: 9 Items | 703.5 MB | 4 |
- performance - Cleaning workspace should also delete configuration folder. See #4157.
- performance - Improve Null Analysis by reducing & deferring expensive calls. See JLS#3531.
- enhancement - Support Java 25. See #4170, #4185, #4172.
- enhancement - Add a "Java Dashboard" view that presents information for troubleshooting. See #4128.
- enhancement - Support fuzzy camel case search for workspace symbols. See JLS#3513.
- enhancement - Enable formatting Java in Jupyter Notebook. See #4163.
- enhancement - Add inlay hints for implicit variable types. See #4031.
- bug fix - Fix Android Support with recent AGP versions. See #3682.
- bug fix - Ensure Gradle 9.1.0 requires JDK >= 25. See JLS#3540.
- bug fix - Eable
workspace/executeCommand
in the Syntax language client. See #4187. - bug fix - Add missing KO NLS keys and refine translations. See #4183.
- bug fix - Show decompiled source when opening
.class
file on remote workspace. See #4114. - dependencies - Bump brace-expansion from 1.1.11 to 1.1.12. See #4150.
- dependencies - Use the Eclipse 4.37 platform release repository. See JLS#3526.
- dependencies - Update M2E 2.9.0 to 2.9.1. See JLS#3520.
- build - Do not reference path when invoking
gulp
. See #4158.