- enhancement - Provide support for Java 24. See #3983.
- enhancement - Add
Make static
refactoring. See JLS#3400. - enhancement - Adopt quick fixes for some more problems. See JLS#3398.
MethodButWithConstructorName
,UsingDeprecatedMethod
,VarIsNotAllowedHere
,SwitchExpressionsReturnWithinSwitchExpression
- enhancement - Code action to ignore configurable compiler problems. See #1791.
- bug fix - Fix indentation for snippet strings within code actions. See #3970.
- bug fix - Only rename source file to match the single public type declaration. See #3963.
- bug fix - Fix inherited document symbols to work for interfaces as well. See #3972.
- bug fix - Detect changes to watched files that are outside of the workspace. JLS#1765, JLS#3407.
- bug fix - Guard against
null
workspace edits (eg. forOrganize Imports
). See #3978. - bug fix - Guard against
null
completion item resolved on cancellation. See #3973. - bug fix - Fix commands test by including new commands. See #3966.
- build - Fix
check_and_update_jdk
script by catching missing test URL. See #3982. - dependencies - Update serialize-javascript, mocha, sinon, css-loader. See #3948, #3967.