- enhancement - Kotlin imports into Java file are unresolved. See #531.
- enhancement - After opening the Kotlin class of a downloaded Maven dependency source, show
.ktfile instead of.class. See #4297. - enhancement - Disable automatic imports on paste. See #4325.
- enhancement - Option to turn off automatic creation of class body when creating a new Java file. See #2652.
- enhancement - Update Eclipse formatter template to version 23. See #4344.
- enhancement - Set
o.e.j.core.compiler.problem.forbiddenReference=ignoreby default. See JLS#3720. - enhancement - Add setting to show generated code in document symbols. See 4084.
- enhancement - Provide a Windows ARM64 build. See #4324.
- enhancement - Log server version+commit on startup. See JLS#3689.
- bug fix - Suggestion issue for Variable Arity Parameters. See #4267.
- bug fix - Annotations + generics + explicit receiver fail to compile. See #3744.
- bug fix - Autocompletion not working in
@interfaceclass. See #3533. - bug fix - Deprecate
java.saveActions.organizeImportssetting. See #2207 and #659. - bug fix - Fix code completion in JEP 512: Compact Source Files with static variables. See JLS#3680.
- bug fix - JEP 511: module completion now shows documentation. See JLS#3710.
- dependencies - Update Fernflower to 253.29346.240, fetched via the target platform. See JLS#3667.
- dependencies - Bump tar from 7.5.4 to 7.5.7. See #4322.
- dependencies - Bump webpack from 5.94.0 to 5.105.0. See #4332.
- dependencies - Bump @isaacs/brace-expansion from 5.0.0 to 5.0.1. See #4331.
- dependencies - Bump tar from 7.5.7 to 7.5.8. See #4343.
- build - Avoid calling webpack for each platform build. See #4330.
- build - New issue templates. See #4339.