- bug fix - Dynamic code actions fail on Windows. See #3780.
- performance - Consider token to limit the chains that are searched. See JLS#2835.
- enhancement - Provide support for Java 23. See #3774.
- enhancement - Show decompiled content directly on opened
.class
file. See #3759. - enhancement - Support dynamic code actions through LSP snippet syntax. See #3686.
- enhancement - Introduce new type mismatch quickfix for constructor invocations. See #3040.
- enhancement - Control scope for search operations (eg. references, call hierarchy, workspace symbols). See #2649.
- enhancement - Add "Organize Imports" as a clean up. See #3764.
- bug fix - Import Gradle project via. Buildship if Gradle Build Server is not available. See JLS#3245.
- bug fix - Copy/paste will not escape content within String literal when code has error. See #3761.
- bug fix - Respect
unwantedRecommendations
. See #3767. - dependencies - Bump webpack from 5.76.0 to 5.94.0. See #3756.
- dependencies - Update vscode-redhat-telemetry to 0.9.0. See #3778.
- enhancement - Support custom source file extensions through
files.associations
. See #3731. - enhancement - Add telemetry for detecting language server running out of memory. See #3743.
- bug fix - Fix
ClassCastException
for the file paste event. See JLS#3239. - bug fix - Invalid code actions suggested on deletion of a file. See #3663.
- bug fix - Better handling when file path contains non-ASCII characters. See #3735.
- bug fix - Add Gradle 8.8 to compatibility check. See JLS#3212.
- documentation - Fix stale reference in "Quick Start". See #3741.
- performance - Clean up invalid projects during initialization to prevent build cycles. See #3639.
- enhancement - Expose source actions via. the code action (light bulb) menu. See #3714.
- enhancement - Use
java.diagnostic.filter
to exclude files from the "Problems" tab. See #2150. - enhancement - Clear out-of-date files under extension's global storage. See #2597.
- enhancement - Add support for callees based on implementors for call hierarchy. See JLS#2780.
- bug fix - Links to classes do not appear in completion documentation. See #3697.
- bug fix - Add tag property to better track kinds of stacktrace errors of interest. See #3720.
- dependencies - Target platform update resulting in loss of support for Java versions older than 1.8. See JLS#3227.
- performance - Ensure every null analysis annotation has a value defined when enabled. See #3387.
- enhancement - Add
final
to "Extract to local variable" quick assist if requested. See #3308. - bug fix - Fix issues with the Lombok annotation handler. See #3561.
- bug fix - Revalidate project files after classpath changes when autobuild is off. See JLS#3155.
- bug fix - Code completion fails with classes that are permitted by a sealed class. See #3636.
- bug fix - Perform verification on pipe name when transport kind is
default
. See #3680. - bug fix - Some code actions may fail to resolve when machine's processor count too low. See JLS#3180.
- bug fix - Support the import of multi-folder Gradle projects with same name. See JLS#1743.
- bug fix - Autobuild setting should be respected on initialization. See JLS#3176.
- bug fix - Improve chain completion by waiting for either "main" or "context" chains. See JLS#2730.
- bug fix - Report only one instance of a logged error through telemetry. See JLS#3190.
- build - Fix NPE when using 'Launch Extension - JDTLS Client' to local debug extension. See #3677.
- performance - Create the default project only when it is necessary. See #3452.
- performance - Improve order of operations when importing multi-module Maven projects. See #3637.
- enhancement - Support delegate API to retrieve/update active profiles of Maven projects. See JLS#3158.
- enhancement - Support delegate API for updating Java project options. See JLS#3162.
- bug fix - Fix indentation for new line preceded by comma. See #3396.
- bug fix - Support document paste across older versions of VS Code. See #3631.
- bug fix - Fall back to
stdio
transport ifpipe
is likely to fail. See #3649. - bug fix - Switch expression on a boolean value does not report error. See JLS#3141.
- bug fix - Only clean default project when building workspace if it exists. See JLS#3153.
- bug fix - Avoid sending an "empty" (lacking project data) startup event. See #3655.
- dependencies - Update vscode-redhat-telemetry to 0.8.0. See #3659.
- enhancement - Add
final
to new declarations generated from code actions. See #3586. - bug fix - Change default client/server transport from
stdio
topipe
. See #3587. - bug fix - Qualifier of workspace symbol search should be wildcard search. See JLS#3134.
- bug fix - Fix the document paste handling provider for VS Code 1.88.0. See #3568.
- bug fix - Clear active build tool selection after cleaning the language server workspace of mixed Maven/Gradle project. See #3567.
- bug fix - Static imports with wildcard should resolve all elements. See #3564.
- bug fix - Language Server fails to start with multiple
--add-exports
injava.jdt.ls.vmargs
. See #3577. - bug fix - Make
java.import.gradle.user.home
scopemachine-overridable
. See #3569. - bug fix - Disable automatic handling of
workspace/willRenameFiles
. See #3565. - build - Fix tests in release workflow. See #3562.
- enhancement - Provide support for Java 22. See #3538.
- enhancement - Simplify the server status item click action & add contribution point. See #3537, #3548, #3546.
- enhancement - Add setting to group completion items representing overloaded methods together. See #3492.
- enhancement - Renaming primary type declaration should update source file name on save. See #3408.
- enhancement - Support updating whole classpath of the project in delegate commands. See JLS#3098.
- enhancement - Open output channel as well when opening logs. See #3531.
- enhancement - Read the server logs in order to discover early startup log messages. See JLS#3106.
- enhancement - Report errors of type
dtree.ObjectNotFoundException
asjava.ls.error
. See #3509. - bug fix - Signature help should display all overloaded methods. See JLS#3052.
- bug fix - Fix issues with Unnamed classes (Java 21) (reference computation, code actions, compilation). See JLS#3069, JLS#3089, JLS#3090.
- bug fix - Record Patterns may cause
VerifyError
. See #3479. - bug fix - Support list of patterns in case statements (Java 21). See JLS#3043.
- bug fix - Allow methods, inherited fields, inherited methods for
Generate toString()
code action. See #2639. - bug fix - Update Buildship to 3.1.10, which fixes "Marker property value is too long". See JLS#2424.
- bug fix - Set the
nullUncheckedConversion
setting to be ignored by default. See #3501. - bug fix - Fix NPE when fetching the classpath of the project. See JLS#3115.
- dependencies - Bump follow-redirects from 1.15.4 to 1.15.6. See #3534.
- build - Adopt the Lombok 1.18.32 release. See #3543.
- build - Update various GitHub reusable workflows to v4. See #3519.
- build - Update release version regular expression for
bump-jdk
workflow. See #3552.
- enhancement - Unnamed classes & instance
main
methods (Java 21) preview support. See JLS#3042. - enhancement - Add support for activating cleanup actions through keyboard shortcut. See #3424.
- enhancement - Jump to specific position of
.class
when clicking on Javadoc link. See #3490. - bug fix - Fix startup failure on macOS (x64) 10.15 or older. See #3484.
- bug fix - Support Gradle 8.5 with Java 21. See #3470.
- enhancement - Make the server status bar item more user friendly. See #3473.
- enhancement - Support syntax highlight for embedded HTML. See #3465.
- enhancement - Add Unnamed patterns and variables (Java 21) preview support. See JLS#2963.
- enhancement - Add quick fixes for for suppressing warnings using
@SuppressWarnings
. See JLS#2698. - enhancement - Add quick fixes for uninitialized
final
fields. See JLS#1328. - enhancement - Add support for externally provided
lifecycle-mapping-metadata.xml
file. See #3393. - bug fix - Allow generic snippets to be returned when completion token is
null
. See #3466. - bug fix - Allow to import the newly created maven submodule within a multi-module project. See #3464.
- bug fix - Use
source.gradle-kotlin-dsl
instead ofsource.kotlin
to avoid clashes with other Kotlin grammars. See #3463. - bug fix - Log the error details when initialization fails. See #3472.
- bug fix - Avoid string concatenation with
Runtime.getRuntime().exec(..)
. See JLS#3022. - dependencies - Adopt the Lombok 1.18.31 edge release. See #3461.
- build - Automatically suggest updates based on JDT-LS Java language support. See #3402.
- performance - Reduce delegate command calls when classpath changes. See #3439.
- performance - Ensure initial import of projects respect resource filter settings. See #2972.
- performance - Improve the performance of "Organize Imports" when "favorite static imports" are involved. See #3383.
- enhancement - Add String Templates (Java 21) preview support. See JLS#2994.
- enhancement - Support syntax highlight for embedded SQL, JSON, XML & YAML languages. See #831, #3455.
- enhancement - Generate correct sources when pasting Java code into the file explorer view. See #3323.
- enhancement - Quick assists converting string concatenations to
StringBuilder
,StringBuffer
,String.format(..)
,MessageFormat
. See JLS#3007. - enhancement - Quick assists inverting
equals
comparison & handling of lambda expressions. See JLS#2996. - enhancement - Support "non-null" assertions by default using null analysis. See #3431.
- enhancement - Make the language server status a normal status bar item for better visibility. See #3416.
- bug fix - Fix multiline semantic highlighting for
implements
,extends
, andpermits
keywords. See JLS#2995. - bug fix - Use wrapper distribution when
gradle-wrapper.properties
exists. See JLS#3012. - bug fix - Fix false positive parameter mismatch error. See JLS#2992.
- bug fix - Document pasting should defer to other contributors when there are no changes. See #3444.
- bug fix - Use Lombok 1.18.31 snapshot to avoid errors for annotations with parameters. See #3454.
- bug fix - Remember the choice when asking project selection on import. See #3415.
- bug fix - Guard against
null
completion context and insertion text. See #3422. - bug fix - The assignment to variable
workingCopy
has no effect. See JLS#3002. - bug fix - Change scope of
java.import.gradle.home
tomachine-overridable
. See #3430. - bug fix - Filter excessive logging of artifact download from m2e in "debug mode". See JLS#3011.
- dependencies - Bump follow-redirects from 1.15.2 to 1.15.4. See #3457.
- debt - Remove the legacy status bar item implementation. See #3081.
- performance - Avoid unnecessary (Maven) project updates. See #3411.
- bug fix - Out of sync editor content may report false compilation errors. See JLS#2955.
- bug fix - Improved support for textmate definition for Kotlin DSL. See #3403.
- bug fix - No completion suggestions for package references when
matchCase
is set tofirstLetter
. See JLS#2925. - bug fix - Closing Text Blocks immediately after an escaped character produces incorrect syntax highlight. See #3384.
- bug fix - Fix the typo: blob -> glob. See #3413.
- enhancement - Provide support for Java 21. See #3292.
- enhancement - Import projects by configurations. See #3356.
- enhancement - Support add/remove of imported projects. See #3398.
- enhancement - Host textmate definition for kotlin language. See #3334.
- enhancement - Categorize the extension settings. See #2548.
- enhancement - Add
maven.multiModuleProjectDirectory
property. See #3380. - enhancement - Add capability to list all VM installs and update project JDK. See JLS#2977.
- bug fix - Update to
vscode-languageclient
8.2.0-next.3 (using Node 18) to fix IPC path length limitations. See #3371. - bug fix - Avoid refreshing language server when contributing extension's dependency closure includes it. See #3349.
- bug fix - Wrongly encoded semantic tokens around
class
keyword. See JLS#2920. - bug fix - Cleanups & Organize Imports should only react to internal project preferences with
canUseInternalSettings
. See #3399, #3370, JLS#2975. - bug fix - Fix missing prompt to select build tool for Gradle/Maven mixed project. See #3400.
- bug fix - Respect the VS Code setting to disable extension recommendations. See #3381.
- bug fix -
IllegalArgumentException
oncompletionItem/resolve
of package declaration. See JLS#2924. - bug fix - Add trace to understand the probability of document out-of-sync. See JLS#2954.
- dependencies - Bump axios from 1.5.0 to 1.6.1. See #3388.
- dependencies - Update buildship to 3.1.8. See JLS#2974.
- performance - Exclude certain folders (eg.
node_modules/
) from "trigger" file search on activation. #3348. - enhancement - Move snippet suggestions above matching keywords in completion list. See #2584.
- enhancement - Add new alias
public static void main(String[] args)
for public main method. See #2105. - enhancement - Add aliases for
sysout
/syserr
snippets that will see more usage. See #3041. - enhancement - Add "Surround with try/catch" code action. See JLS#2727.
- enhancement - Automatically add the existing static imports in code as favorite static members. See JLS#2903.
- enhancement - Provide quick fix to "Configure static import...". See #3339.
- enhancement - Support named pipes for client/server communication. See #3282.
- enhancement - Track the LSP request data from syntax server. See #3278.
- bug fix - Re-implement smart semicolon detection through text document change API. See #3290.
- bug fix - Completion returns no results for method declarations when
matchCase
set toFIRSTLETTER
. See #3214, #3186. - bug fix - Allow filtering methods by parameter names, and order by number of parameters. See JLS#2907, #3206.
- bug fix - Reconcile AST node to provide accurate type definition snippets. See #2250.
- bug fix -
BasicFileDetector
should handle inaccessible directories gracefully during project import. See #1156, #3137. - bug fix - Ensure line delimiter exists after the file header template. See JLS#2906.
- bug fix -
o.e.core.internal.resources.ResourceException
: Invalid project description. See JLS#2845. - bug fix - Error when parsing resource filter. See #3345.
- bug fix - NPE in
SemanticTokensHandler
. See JLS#2876. - bug fix - NPE in cleanup action handler. See JLS#2879.
- bug fix -
UnsupportedOperationException
atorg.eclipse.lsp4j.services.LanguageServer.setTrace()
. See JLS#2891. - dependencies - Bump postcss from 8.4.21 to 8.4.31. See #3335.
- enhancement - Improve JDK detection on the local machine, and ensure they are registered. See #3301.
- enhancement - Update current method snippet and add
static_method
snippet for interface. See #1697. - enhancement - Improve the constructor snippet for additional classes in a file. See #725.
- enhancement - Store the completion kinds requested by completion operation. See JLS#2857.
- enhancement - Update to Lombok 1.18.30. See #3321.
- enhancement - Add API
onWillRequestStart
to track request send event. See #3316. - enhancement - Report whether the project has Kotlin Gradle files. See JLS#2859.
- enhancement - Track the completion kinds of completion request. See #3307.
- bug fix - Fix
EmptyStackException
intextDocument/foldingRange
. See JLS#2865. - bug fix - Fix renaming of attribute with
@Singular
annotation. See #3203. - bug fix -
Open Java Language Server Log File
should open the correct server (standard/syntax) log. See #3309. - bug fix - Fix
URI
with query parameter. See #3305. - bug fix - Fix an error thrown during "Initialize workspace". See JLS#2842.
- bug fix - Removed some improvements to JDK detection as they were causing issues on MacOS. See #3287. If you still see JDK class errors after upgrading to 1.22.1, please open Command Palette and run "Java: Clean Java Language Server Workspace".
- bug fix - Log errors from project importer. See JLS#2843.
- bug fix - Disable
;
key binding when smart semicolon detection is disabled. See #3290.
- performance - Stale code actions should be cancellable and paste actions should have higher priority. See #3199.
- enhancement - Add support for smart semicolon insertion. See #703.
- enhancement - Introduce new snippet templates with appropriate context. See #2867.
- enhancement - Improve JDK detection on the local machine, and ensure they are registered. See #3251.
- enhancement - Add folding range for multiple single-line comments. See #860.
- enhancement - Use a more appropriate completion item image for annotation attributes and records. See JLS#2796.
- enhancement - Select suitable JDK to launch Gradle. See JLS#2812.
- enhancement - end-to-end performance tracking for code completion requests. See #3165.
- enhancement - Track the case of language server
OutOfMemory
. See #3273. - enhancement - Record the trigger context of completion request. See #3272.
- bug fix - Call hierarchy should always report the end of its progress. See JLS#2827.
- bug fix - Fix multiline semantic highlighting for
class
,interface
&record
declarations. See #1444, JLS#2807. - bug fix - The type declaration snippets should generate file headers. See JLS#2813.
- bug fix - Fix folding ranges for nested switch statements. See #2751.
- bug fix - Fix "java.lang.VerifyError: Operand stack overflow". See #3232.
- bug fix - Commands needing language server should not be activated before the service is ready . See #3281.
- bug fix - Record methods are not recognized under certain conditions. See #3233.
- bug fix - Fix compiler arguments parsing failure in Gradle build support. See JLS#2781.
- bug fix - Filter out excessive logging of classfile parsing from m2e in "debug mode". See JLS#2785.
- bug fix - Don't escape unicode characters when pasting string literals. See #3181.
- bug fix - Enable by default syntactic null analysis for fields. See #3255.
- bug fix - Rename
SERVER_PORT
environment variable toJDTLS_SERVER_PORT
. See #3256, #2507. - dependencies - Update semver to latest version where possible. See #3264.
- dependencies - Update vscode-redhat-telemetry to 0.7.0. See #3262.
- performance - Check completion proposal is compatible or not. See JLS#2733.
- enhancement - Add code actions for Join/Split variable. See JLS#2732.
- enhancement - Support outline view for decompiled source. See JLS#2742.
- enhancement - Reload the cached classfile sources when their source attachment is updated. See #3207.
- enhancement - Log error when Gradle and JDK versions are mismatched. See JLS#2749.
- bug fix - Fix parameter and exception changes in method signature refactoring. See #3098.
- bug fix - Fix missing completion items for fully qualified name completion. See #3173.
- bug fix - Support Java text block highlight. See #2896.
- bug fix - Fix incorrect syntax highlight for comment following a
throws
clause. See #3039. - bug fix - Fix incorrect syntax highlight for
new
keyword on inner class creation. See #1195. - bug fix - Fix incorrect semantic highlighting due to out-of-date AST in use. See JLS#2709.
- bug fix - Prevent caching outdated AST in
CoreASTProvider
. See JLS#2714. - bug fix - Call Hierarchy resolves wrong element under certain conditions. See JLS#2771.
- bug fix -
NullPointerException
during code completion of avar
reference. See #2758. - bug fix - Do not delete the Java project nature removing a nested
.classpath
resource file. See JLS#2750. - bug fix - Unable to acquire the state change lock for the module 'buildship'. See #3184.
- bug fix - Rename 'Attach Source' menu to 'Attach Source…'. See #3202.
- dependencies - Bump word-wrap from 1.2.3 to 1.2.4. See #3211.
- performance - Set the default value of
java.completion.matchCase
tofirstLetter
. See #3142. - enhancement - Support for "Go to Declaration". See JLS#2684.
- enhancement - Improve method argument guessing functionality. See #2903.
- enhancement - Add code action to clean up & simplify lambda expressions. See #3158.
- enhancement - Use FernFlower as the default decompiler. See JLS#2704.
- enhancement - Attempt automatic JVM detection on startup. See JLS#2731.
- enhancement - Support for chain completions. See #3008.
- enhancement - Make reasonable guess for method name when applying "Extract Method" refactoring. See #2011.
- enhancement - Add postfix completion for
sysouf
,sysoutv
,format
,par
,not
,assert
&optional
. See JLS#2691, JLS#2697. - enhancement - Use choice syntax as placeholder for constructor/method/field snippets. See #3018, #3140.
- enhancement - The
try-catch
snippet should support being applied to a selection. See #3103. - enhancement - Track errors, exceptions, and project import success rate on server side for reliability analysis. See #3162, JLS#2726.
- bug fix - Display package name in document symbols outline for class files. See #3074.
- bug fix - Signature help should display the selected completion item. See #3127.
- bug fix - Gracefully handle language server failures/crashes. See #2036, #3131.
- bug fix - No completions on field initializer with
@Default
and@Builder
Lombok annotations. See JLS#2669. - bug fix -
IllegalArgumentException
within a try-catch block. See #3138. - bug fix - Fix
pId
mismatch in completions. See JLS#2681. - bug fix - Typo in constant
METADATA_FILES_GENERATION
. See #3133. - build - Add enviornment variable to reference an external build of JDT-LS. See #3151.
- build - Check for non-standard NPM registry in
package-lock.json
as a step in CI. See #2876. - build - Bump
semver
from 7.3.5 to 7.5.2. See #3168.
- performance - No need to run the reconcile operation in a workspace job. See JLS#2660.
- performance - Avoid blocking the pipeline while handling
refreshLocal
during document lifecycle events. See JLS#2659. - performance - Avoid running document lifecycle in a workspace runnable unless it is necessary. See JLS#2641, JLS#2637.
- performance - Re-validate current document if the focus is switched to a Java file. See #3053.
- performance - Only append data on completion item selected. See JLS#2639.
- performance - Remove some unnecessary completion item data fields. See JLS#2638.
- performance - Remove
COMPLETION_EXECUTION_TIME
from the completion item response. See JLS#2621. - performance - Use separate thread to handle
didChangeWatchedFiles
events. See JLS#2643. - performance - Add option to lazily resolve the text edits. See JLS#1864.
- enhancement - Add command to restart Java language server. See #2586.
- enhancement - Add support for proper array completions. See JLS#2609.
- enhancement - Completion items should support
InsertTextMode
. See JLS#2577. - enhancement - Use
vscode-extension-proposals
for recommendations. See #3099. - bug fix - Missing javadoc for field during completion. See JLS#2645.
- bug fix - Incorrect completion text edit ranges for snippets. See JLS#2626.
- bug fix - Update completion resolve data for javadoc completions. See JLS#2636.
- bug fix - Prevent sending shutdown job progress report. See JLS#2622.
- bug fix - On Windows,
os.execvp
does not load the executable into current process. See JLS#2615. - bug fix - Code completion for constructor is broken with
java.completion.matchCase
enabled. See #3118. - build - Gracefully recover from failure to detect the language server project in sibling directory. See #3107.
- dependencies - Update to lombok 1.18.28. See #3117.
- performance - Completion handling should not be done in asynchronous thread pool. See JLS#2605.
- performance - Support lazily resolving postfix completion items. See #3072, JLS#2616, JLS#2584.
- performance - Place the URI of a document into the completion response store. See #2614.
- enhancement - Provide Java 20 support. See #3023.
- enhancement - Add
syserr
postfix completion. See JLS#2620. - bug fix - Ensure meaningful information is displayed by the progress reporter. See #3082.
- bug fix - Respect settings in the
lombok.config
file. See #2887. - bug fix -
NullPointerException
insignatureHelp/codeAction/inlayHint
when AST is not generated. See JLS#2608. - bug fix -
StringIndexOutOfBoundsException
ontextDocument/signatureHelp
when triggered from end of document. See JLS#2606. - bug fix - Some logged information should only be shown in debug mode. See JLS#2603.
- performance - Support resolving dependencies in parallel for Maven projects. See #3030.
- performance - Cache and re-use type bindings for a completion invocation. See JLS#2535.
- performance - Avoid retrieving AST root during diagnostic publishing. See JLS#2574.
- performance - Implement
itemDefaults
for completion responses. See JLS#2475. - enhancement - Add support for decompiling class files. See #2679, #3012.
- enhancement - Add "Change signature" refactoring. See #2104.
- enhancement - Implement
labelDetails
for completion items. See JLS#2476. - enhancement -
sysout
postfix completion should be applicable to any variable. See JLS#2559. - enhancement - Add support for telemetry notifications. See #2289, #3042, #3058.
- enhancement - Trace API should give indicator of response success status. See #3010.
- bug fix - Single double quote should be matched appropriately. See #3037.
- bug fix - Increase relevance of "Create enum". See #2940.
- bug fix - Recover when
documentPaste
API is not properly registered. See #3028. - bug fix - Ensure we do not return duplicate search results for workspace symbols. See JLS#2547.
- bug fix - Code action to generate accessor outside of identifier no longer available. See JLS#2533.
- bug fix - Support importing multi-Maven projects with the same
artifactId
. See JLS#2017. - bug fix - Do not show
Generate Constructors
quick assist for static fields. See JLS#2142. - bug fix - Delegate commands should respect cancellation events from the client. See JLS#2415.
- bug fix - Ensure
java.project.upgradeGradle
client/server commands do not clash. See #3001. - bug fix - Fix "commands test" when run locally. See #3027.
- build - Exclude
.github/
and.gitignore
from packaging. See #3057. - build - Add separate tsconfig for webview. See #3009.
- debt - Support the refactoring document correctly. See #2974.
- performance - Allow language server to declare availability sooner by postponing autobuild. See JLS#2527.
- performance - Save operations need not run in workspace runnable when project is not unmanaged. See JLS#2449.
- enhancement - Implement method hierarchy through existing type hierarchy logic. See #2991.
- enhancement - Declare support for inlay hints through the language server specification. See #2965, JLS#2365.
- enhancement - Update types filter according to import declarations. See #2943.
- enhancement - Update to vscode-languageclient 8.1.0, LSP4J 0.20.0 (LSP 3.17.0). See #2474, JLS#2348.
- bug fix - Fix regression in extension startup for web-based editors. See #2968.
- bug fix - No completion on generic anonymous class instance objects. See JLS#2505.
- bug fix - Null Analysis does not work for Eclipse/Invisible projects. See #2956.
- bug fix - Unnecessary error marker for record constructor that uses varargs. See #2640.
- bug fix - Temporary fix to ensure refactoring document is displayed. See #2975.
- bug fix - In progress items should always be at the bottom in the server tasks view. See #2627.
- bug fix - Fix NPE in
textDocument/documentHighlight
requests. See #2952. - bug fix - Update VS Code engine to 1.74.0. See #2950.
- build - Bump webpack from 5.34.0 to 5.76.0. See #2999.
- other - Add API to track LSP performance at the language client. See #2996.
- performance - Skip generated methods when calculating document symbols. See JLS#2446.
- performance - Make the debounce adaptive for the publish diagnostic job. See JLS#2443.
- performance - Only perform context sensitive import rewrite when resolving completion items. See JLS#2453.
- performance - Extension activation should not depend on language server being started. See #2900.
- performance - Copy/paste within the same file should not trigger the paste handler for missing imports. See JLS#2441.
- enhancement - Support "extract interface" refactoring. See #761.
- enhancement - Add "Convert String concatenation to Text Block" quick assist. See JLS#2456.
- enhancement - Add clean up for using
try-with-resource
. See #2891. - enhancement - Enable formatting support in syntax server. See #2926.
- enhancement - Add option to configure behaviour when mojo execution metadata not available. See #2889.
- enhancement - Add option to permit usage of test resources of a Maven project as dependencies within the compile scope of other projects. See #2569.
- bug fix - Change default generated method stub to throw exception. See JLS#2366.
- bug fix - Prevent the paste handler for missing imports from generating overlapping text edits. See JLS#2442.
- bug fix - Reference search doesn't work for fields in JDK classes. See JLS#2405.
- bug fix - Paste event handling blocks pasting while project loading. See #2924.
- bug fix - Avoid generating boilerplate code repeatedly in new Java file. See #2939.
- bug fix - Completion results should include filtered (excluded) types if they are also present in the import declarations. See JLS#2467.
- bug fix - Fix type hierarchy regression since VS Code 1.75.1. See #2930.
- bug fix - Re-publish diagnostics for null analysis configuration change when auto-build is disabled. See JLS#2447.
- bug fix - Dependency Analytics extension popup should respect user choice. See #2892.
- bug fix - Only do full build for a configuration change when auto-build is enabled. See JLS#2437.
- bug fix - The command to upgrade gradle should check for cancellation prior to updating metadata files. See JLS#2444.
- bug fix - Fix incorrect ordering of completion items that use a decorator. See #2917.
- bug fix - Reduce the amount of logging from
org.apache.http
bundles. See JLS#2420. - build - Do not require
org.eclipse.xtend.lib
. See JLS#2416. - build - Add Github action to detect potential duplicate issues. See #2927.
- build - Use commit SHA-1 instead of branch name for third-party actions. See #2895.
- documentation - Clarify the
README
quick start instructions. See #2915.
- enhancement - Support for shared indexes among workspaces. See #2723.
- enhancement - Support pasting content into a string literal. See #1249.
- enhancement - Resolve missing imports (if any) when pasting code. See JLS#2320.
- enhancement - Support matching case for code completion. See #2834.
- enhancement - Add code action to insert missing required attributes for an annotation. See JLS#1860.
- enhancement - Create cleanup actions for adding
final
modifier where possible, convertingswitch
statement toswitch
expression, using pattern matching forinstanceof
checks, and converting anonymous functions to lambda expressions. See #2827. - enhancement - Support quickfix for gradle jpms projects. See JLS#2304.
- enhancement - Add the Korean translation file. See #2802.
- bug fix - Fix incorrect type hierarchy on multi module Maven projects. See #2871.
- bug fix - Permit output folder to be the same as a source folder. See #2786.
- bug fix - Organize imports removes static imports under some conditions. See #2861.
- bug fix - Fix completion issue occurring when invocation spans multiple lines. See JLS#2387.
- bug fix - Fix scope calculation for "Surround with try/catch" refactoring. See #2711.
- bug fix - Fix NPE occurring when completion item is selected. See JLS#2376.
- bug fix - Log user friendly error if client does not support
_java.reloadBundles.command
. See JLS#2370. - bug fix - Postfix completion should not be available when editing Javadoc. See JLS#2367.
- bug fix - Update m2e to latest version in order to ensure classpath resources persist. See #2857.
- build - Use
instanceof
pattern matching in code base. See JLS#2357. - build - React to
vsce
renaming to@vscode/vsce
. See #2879. - build - Work around vsce refusal to publish extensions with proposed API. See #2854.
- build - Deploy the universal vsix to support all platforms without an embedded JRE. See #2837.
- build - Ensure npm public registry is used for the resolved field in
package-lock.json
. See #2874. - build - Bump qs from 6.5.2 to 6.5.3 and decode-uri-component from 0.2.0 to 0.2.2. See #2832, #2823.
- build - Move utilities out of extension.ts. See #2824.
- documentation - Fix Build Status badge. See #2847.
- enhancement - Support "Add all missing imports". See #2753.
- enhancement - Support Gradle annotation processing. See #1039.
- enhancement - Add an option to configure null analysis, and set to
interactive
by default. See #2747, #2790. - enhancement - Add setting for clean ups to be applied when document is saved. See #2144, #2803, #2813.
- enhancement - Add contribution points for completion customization. See JLS#2110.
- enhancement - Allow the language server to be run without using
IApplication
. See JLS#2311. - enhancement - Improve Lombok support and renaming fields when an accessor is present. See #2805.
- bug fix - Display the postfix completions at the bottom of the list. See JLS#2343.
- bug fix - Display a link for
{@link ...}
expression within javadoc. See #2810. - bug fix - Do not reset existing project options when setting null analysis options. See #2764.
- bug fix - Code action response may contain
null
as one of the code actions. See JLS#2327. - bug fix - Inlay hints should not show up next to Lombok annotations. See JLS#2323.
- bug fix - Ensure language server always terminates. See JLS#2302.
- bug fix - Prevent a deadlock during language server initialization. See #2763.
- bug fix - Always send
begin
work done progress before sendingend
. See JLS#2258. - bug fix - Use existing Gradle project
.settings/
location if available. See #2528. - bug fix - Avoid re-using the same job for the "Publish Diagnostics" job. See JLS#2356.
- build - Use Predicate for filter. See JLS#2355.
- build - Add pre-release and platform specific publishing for OpenVSX registry. See #2587.
- build - Fix issues reported by npm-audit. See #2777.
- performance - Improve project initialization. See JLS#2252.
- performance - Re-use ExecutorService to avoid creating extra threads and resource leak. See JLS#2041.
- performance - Avoid triggering full rebuild of project after import completes (on Windows). See #793.
- enhancement - Add support for postfix completion. See #1455.
- enhancement - Add quick fix for "remove all unused imports". See JLS#2280.
- enhancement - Add quick fixes for problems relating to sealed classes. See JLS#2265.
- bug fix - Signature help not working correctly for parameterized types. See #2739.
- bug fix - Avoid NPE for null analysis when updating classpath. See #2712.
- bug fix - Check the digest of the initializiation scripts for security and to prevent duplicates. See #2692.
- bug fix - Support
includeDeclaration
intextDocument/references
. See JLS#2148. - bug fix - Provide folding for import regions in
.class
files. See #2133. - bug fix - Deadlock when using JDK 17 with Maven Java project. See #2676.
- bug fix - Ignore unnamed module for split packages. See JLS#2273.
- bug fix - The project preference should only persist non default values. See JLS#2272.
- bug fix - Synchronize contributed bundles on demand. See #2729.
- bug fix - Avoid unnecessary project updates when the default VM changes. See JLS#2266.
- bug fix - Exclude non-compile scope dependencies from consideration for enabling null analysis. See JLS#2264.
- bug fix - Add opportunistic support for Java/Kotlin polyglot Android projects. See JLS#2261.
- enhancement - Provide Java 19 preview support. See #2650.
- enhancement - Enable annotation-based
null
analysis. See #1693. - enhancement - Show generate
toString()
,hashCode()
andequals()
quick fixes on demand. See JLS#2213. - enhancement - Enable method argument guessing (
java.completion.guessMethodArguments
) by default. See #2621. - enhancement - Enable signature help (
java.signatureHelp.enabled
) by default. See #2063. - enhancement - Support creating
module-info.java
. See #2680. - enhancement - Only add parentheses for lambda expression completions with multiple parameters. See JLS#2100.
- enhancement - Add buildship auto sync preference when build configuration update is set to
automatic
. See JLS#2224. - bug fix - Show the field suggestions for the
toString()
,hashCode()
andequals()
generator dialogs in definition order. See #2502. - bug fix - Fix Gradle project synchorization errors when init script path contains spaces. See JLS#2245, JLS#2222, JLS#2249.
- bug fix - Fix NPE in the protobuf init script. See #2700.
- bug fix - Disable JVM logging by default (
-Xlog:disable
). See #2292. - bug fix - Fix type completion when type name conflicts. See JLS#2232.
- bug fix - Fix gradle project classpath calculation. See #2628.
- bug fix - Bad ".git" pattern in
.project
file'sfilteredResources
element causes chaos. See #2704. - bug fix - Creating a new Java file won't generate package statement. See #2687.
- bug fix - Improve documentation for static import order. See #711.
- build - Migrate from tslint to eslint. See #2415.
- enhancement - Search more folders to infer source roots for invisible projects. See JLS#2176.
- enhancement - Experimental support for Android projects with
java.jdt.ls.androidSupport.enabled
. It is enabled by default only in VS Code Insiders. See JLS#923. - enhancement - Automatically add Protobuf output source directories to classpath & generate tasks, if necessary. See #2629 & JLS#2195.
- enhancement - Support "Sort Members" code action. See #2139.
- enhancement - Add grammar for Java Properties files. See #2636.
- enhancement - Always interpret the full workspace symbol query as a package name. See JLS#2174.
- enhancement - Add support for Maven offline mode (
java.import.maven.offline.enabled
). See #2617. - enhancement - Add the
zh-TW
(Traditional Chinese) translation file. See #2573. - bug fix - Prevent "Header must provide a Content-Length property" failure by restricting JVM logging. See #2577.
- bug fix - Infer the source root only when necessary. See JLS#2178.
- bug fix - Fix inlay hints for
record
classes. See #2414. - bug fix - Fix formatting of the
new
snippets. See #2605. - bug fix - Make
java.import.gradle.java.home
property machine-overridable. See #2624. - bug fix - Set default severity of "Circular classpath" to "warning". See #718.
- bug fix - Permit non-JDT errors to be reported in Java files. See JLS#2154.
- bug fix - Avoid naming conflicts between Gradle project modules. See JLS#2190.
- bug fix - Re-fetch the extension registry when delegate command lookup fails. See JLS#2184.
- bug fix - Skip the "default project" when detecting Lombok. See #2633.
- bug fix - Skip security check for
java.home
andjava.jdt.ls.java.home
in trusted workspace. See #2600. - bug fix - Keep consistent style in notifications (eg. use "Reload") and use plural form for
Reload Projects
command title. See #2585 & #2612. - dependencies - Update to
jdk-utils@0.4.4
. See #2601. - debt - Remove stale Travis CI information from
README
. See #2592.
- enhancement - Package lombok into extension for use when lombok support enabled, and not on project classpath. See #2550.
- enhancement - Add support for qualified workspace symbols. See #2538.
- enhancement - Refresh the unmanaged project's classpath on demand. See #1282.
- enhancement - Provide reload project diagnostics on demand. See #2575.
- bug fix - Missing completions for fully qualified constructor names. See JLS#2147.
- bug fix - Completion replacement for a type proposal is incorrect in some cases. See #2534.
- bug fix - Project configuration is not updated after modifying build file. See #2566.
- bug fix - Fixed language server crashing because of wrong lombok jar. See #2542.
- bug fix - Do not warn about missing JDT-LS stdout/stderr log files. See #2535.
- bug fix - Scan two levels of directories for activation indicators. See #2280.
- bug fix - Correct typo in gradle checksum mismatch error message. See JLS#2161.
- build - wrong JRE embedded in pre-release package. See #2559.
- build - TypeError:
s.logFailedRequest
is not a function. See #2480. - build - Compile error in
MavenBuildSupport.update(IProject, boolean, IProgressMonitor)
. See JLS#2150. - build - Migrate to
@vscode/test-electron
. See #2555. - build - Update moment & terser packages. See #2580.
- enhancement - Improve the Lombok support. See #2519.
- enhancement - Show
Add javadoc for
in quick assists. See JLS#2133. - enhancement - Show
Change modifiers to final
in quick assists. See JLS#2134. - enhancement - Support project reload selection. See #2513.
- enhancement - Auto-select field when generating constructors. See #2125.
- enhancement - Allow to build selected projects. See #2526.
- enhancement - Support multiple selections for generate accessors. See JLS#2136.
- bug fix - Fix NPE when triggering signature help in class file. See JLS#2102.
- bug fix - Support for renaming record attributes. See #2433.
- bug fix - Add logback tracing to JDT-LS. See JLS#2108.
- bug fix -
Open All Log Files
should also include the standard output/error log files. See #2367. - bug fix - Verify that
java.jdt.ls.java.home
meets minimum JRE requirement. See #2512. - bug fix - Avoid repeatedly setting busy and ready for language server status. See #2494.
- bug fix - Fix ParentProcessWatcher on macOS. See #2488.
- bug fix - Change the order for configuration updating options. See JLS#2135.
- bug fix - Show Type Hierarchy breaks in vscode-insiders. See #2524.
- bug fix - TypeError: Cannot read properties of undefined (reading 'stop'). See #2503.
- build - Move to Java 17. See #2495.
- debt - GitHub Actions job should use Node.js 14. See #2532.
- other - Adjust the order of code actions. See JLS#2109.
- other - Add DCO documentation. See #2521.
- other - Allow to clean workspace without pop-up notification. See #2514.
- enhancement - Support separate "Generate Getters" and "Generate Setters". See #2362.
- enhancement - Show field type when generating accessors. See #2459.
- enhancement - Show quick fixes for generating accessors in field declarations. See JLS#2092.
- enhancement - Support exclusion list for inlay hints. See #2412.
- enhancement - Support Gradle invalid type code error check. See #1594.
- bug fix - Add support to open decompiled symbols through the symbols list. See JLS#2087.
- bug fix - Add completion support for multiline comment blocks. See #2484.
- bug fix - Ensure the standard server shuts down immediately after the client. See #2471.
- bug fix - Fix
java.completion.importOrder
. See #2489. - other - Add a new API to wait for standard server ready. See #2461.
- other - Support publishing pre-release versions. See #2285.
- enhancement - Trigger signature help on completion item selected. See #2426.
- enhancement - Support completion insert/replace capability. Use the setting
editor.suggest.insertMode
to control whether to overwrite words when accepting completions. You can also quickly toggle between insert & replace modes withShift + Tab
orShift + Enter
(default keyboard shortcuts). See #2427. - enhancement - Add a new preference
java.signatureHelp.description.enabled
to disable/enable signature description. See #2404. - bug fix - Fix the "Manage Workspace Trust" command. See #2431.
- bug fix - Improve the signature help feature by handling some special cases. See JLS#2025.
- bug fix - Do not show signature help at the end of an invocation. See JLS#2079.
- bug fix - Show error status when the project is not created. See JLS#2058.
- bug fix - Error during importing an Eclipse project whose sources are at root. See #2436.
- bug fix - Fix NPE in isCompletionInsertReplaceSupport check. See JLS#2070.
- bug fix - Unexpected 'Project xxx has no explicit encoding set' warnings. See #2416.
- bug fix - Fix issue where JDT-LS's logback configuration was being ignored. See JLS#2077.
- performance - Adopt new CompletionProposal API to ignore types before creating certain proposals. See JLS#2034.
- enhancement - Provide Java 18 support. See #2364.
- enhancement - Support inlay hints for parameter names. See #2099.
- enhancement - Show server status through the language status item. See #2351.
- enhancement - Add code action to extract lambda body to method. See JLS#2027.
- enhancement - Navigate to class declaration. See #2132.
- bug fix - Provide file & type comments for newly created compilation units. See JLS#2047.
- bug fix - Code snippets should be usable even before LS done resolving dependencies. See #684.
- bug fix - Fix an occurrence of duplicate quick fixes at the line level See #2339.
- bug fix - Cannot refactor in static block. See #2370.
- bug fix - Make
java.configuration.runtimes
&java.jdt.ls.vmargs
machine-overridable. See #2001, #2368. - bug fix - The number of method signatures cannot be displayed in some cases. See #2341.
- bug fix - Ensure that client-side commands do not clash with server-side. See #2331.
- bug fix - Fix issue in JDK detection logic. See #2025.
- other - Increase the maximum size of client.log file. See #2356.
- enhancement - Trigger completion after
new
keyword. See #1666. - enhancement - Improve occurrences highlighting. See JLS#1941.
- enhancement - Autoclose multiline strings (JEP 368). See #1428.
- enhancement - Provide more aliases for code snippets. See #2314.
- bug fix - "Add serial version ID" should not generate empty comments. See JLS#1899.
- bug fix - Convert to static import incorrectly removes import statements. See JLS#1203.
- bug fix - Open Java extension log doesn't open latest file. See #2319.
- bug fix - Type mismatch: cannot convert from
Object
toMap<String,IndexType>
. See JLS#1971. - bug fix - Signature help occasionally fails on constructors and qualified method invocations. See #2097.
- other - Set
java.configuration.workspaceCacheLimit
default value to 90. See #2330. - other - Deprecate
java.configuration.checkProjectSettingsExclusions
. See #2311.
- enhancement - Support completion for lambda expressions. See JLS#1985.
- enhancement - Add "Convert to Switch Expression" code assist proposal. See JLS#1935.
- enhancement - Support Gradle compatibility check. See #2225.
- enhancement - Language server status bar item is not in sync with the real status. See #2243.
- bug fix - Fix regression in signature help. See JLS#1980.
- bug fix - Provide a way to disable embedded JRE. See #2276.
- bug fix - Projects containing windows symlink directories are not recognized. See #2264.
- bug fix - JDK installed via Homebrew is not detected. See #2254.
- bug fix - Avoid duplicate quick fixes when showing all quick fixes on a line. See #2236.
- bug fix - "Go to References" result contains inaccurate references. See #2227.
- bug fix - Ensure gradle wrappers are correctly processed on project import. See #2218.
- build - Fix Jenkinsfile to publish the correct generic extension version. See #2252.
- other - Change minimum JDK requirement listed in documentation. See #2275.
- enhancement - Support platform specific extension. See #2109.
- enhancement - Make the debounce adaptive for validation job. See JLS#1973.
- bug fix - Fix issue where importing packages showed incorrect result. See #1422.
- bug fix - Fix regression in code action for unresolved type. See JLS#1967.
- bug fix - Diagnostics from changes to build configuration not reflected in opened source files. See JLS#1963.
- bug fix - Java extension does not work on standalone java files. See #2231.
- debt - Remove unused log4j 1.2.15 from builds. See JLS#1972.
- debt - Use jdk-utils to detect installed runtimes. See #2246.
- enhancement - Stop generating metadata files at project's root. See #618.
- enhancement - Quickfixes should be available at the line level. See #2130.
- enhancement - Explicitly report OutOfMemory error to user. See #1959.
- enhancement - Add option to clean out cached workspace data that is unused for a specified period of time. See #2110.
- enhancement - Add
Generate Constructors
to Show Fixes for type declaration. See JLS#1937. - enhancement - Add
Override/Implement methods
to Show Fixes for type declaration. See JLS#1932. - enhancement - Add "Surround With Try-With" code assist proposal. See #2128.
- enhancement - Formatter should indent
case
statements within aswitch
statement by default. See #2185. - enhancement - Formatter should not join wrapped lines by default. See #2181.
- enhancement - Always show
Organize imports
in Quick Fixes for import declaration. See JLS#1936. - bug fix - Java server refreshing the workspace (cleaning/building) for each restart. See #2222.
- bug fix - Problem messages can get offset by frequent changes to the document. See #1633.
- bug fix - Duplicate implement method quick fixes. See JLS#1942.
- bug fix - Malformed semantic tokens in some case. See JLS#1922.
- bug fix - Several errors reported for anonymous Object classes. See JLS#1915.
- bug fix -
if
withinstanceof
pattern match and&&
breaks completion in nestedif
. See JLS#1855. - bug fix - Java build status spinning forever. See #2214.
- bug fix - Creating the formatter file fails silently if parent folder doesn't exist. See #2189.
- debt - Don't use deprecated rangeLength property in handleChanged. See JLS#1928.
- performance - completion: optimize the index engine for the scenario "complete on type name". See JLS#1846.
- enhancement - Support Java 17. See #2102.
- enhancement - Add semantic token types for Records. See #2125.
- enhancement - Support highlight for constructor call. See #2124.
- enhancement - Add Getter and Setter to Show Fixes for type declaration. See JLS#1883.
- enhancement - Add
toString()
to Show Fixes for type declaration. See JLS#1903. - enhancement - Add a
codeAction
to generate theserialVersionUID
field. See JLS#1892. - enhancement - i18n: support Chinese. See #2027.
- enhancement - Adopt new createStatusBarItem API. See #2083.
- bug fix - Missing space in anonymous type completion proposal. See #2147.
- bug fix - Packages are not filtered from completion despite the
java.completion.filteredTypes
configuration. See JLS#1904. - bug fix - Exclude
jdk.*
,org.graalvm.*
andio.micrometer.shaded.*
from completion. See #2164. - bug fix - "Project Configuration Update" is broken due to
JDTUtils.isExcludedFile()
is not working. See JLS#1909. - bug fix - NPE on
::new
method refs (Cannot invokeorg.eclipse.jdt.core.dom.IMethodBinding.isSynthetic()
because "functionalMethod" is null). See JLS#1885. - bug fix - Go to definition doesn't compute/find results on methods inside an anonymous class. See JLS#1813.
- bug fix - Assign all to fields generates wrong field names in some corner cases. See JLS#1031.
- bug fix - Import quickfix disappear on save. See #2127.
- bug fix - Module descriptor syntax coloring should be improved. See #1384.
- bug fix - Fix Open Java Formatter Settings. See #2138.
- bug fix - Code is compiled with preview features for no reason, causing the project not to run. See #1971.
- build - npm run watch fails with unresolved dependencies. See #230.
- debt - Update org.jsoup 1.9.2 to 1.14.2. See JLS#1884.
- performance - completion: optimize the performance of SnippetCompletionProposal. See JLS#1838.
- performance - completion: listing constructors is slow. See JLS#1836.
- enhancement - Support Kotlin Gradle files. See #632 & JLS#449.
- enhancement - "Open Call Hierarchy" does not jump to the reference where it is invoked at. See #2044.
- enhancement - Semantic highlighting is not available in lightweight mode. See #1999.
- enhancement - Add additional variables for java.template snippets. See #1987.
- enhancement - Add 'hashCode()' and 'equals()' to Show Fixes for type declaration. See JLS#1842.
- enhancement - Permit usage of javaagent when resource is not in workspace. See #1965.
- enhancement - Add functionality to exclude files that will not be tracked for changes. See JLS#1847.
- bug fix - Some typeComment variables can't be parsed. See #2052.
- bug fix - Generate Getters source action is broken from within a record. See JLS#1392.
- bug fix - Java LS sometimes hangs while loading a gradle project. See #2088.
- bug fix - java.project.exclusion is not working as expected. See #2075.
- bug fix - Fix regression for Gradle project compilation. See #2071.
- bug fix - Get correct Java project in multi-module case. See JLS#1865.
- debt - Update target platform to 2021-09 (4.21) Release. See JLS#1880.
- other - Support import from configuration files. See JLS#1840.
- other - Support 3.16 semantic tokens. See JLS#1678.
- other - Remove redundant use of
await
on a return. See #2100. - other - Disable extension in virtual workspaces. See #1942.
- enhancement - 'Create method' code action for method reference. See JLS#1464.
- enhancement - Show job status via progress notification on start. See #2022
- enhancement - New setting entry to choose project type (Maven or Gradle) when ambiguous. See #600.
- performance - Avoid displaying (expensive) constant values in completion items. See JLS#1835.
- performance - toURI is expensive on Windows for completions. See JLS#1831.
- bug fix - Go to definition doesn't compute/find results on methods inside an anonymous class. See JLS#1813.
- bug fix - quickfix not available where cursor lands by default on annotations. See #1992.
- bug fix - Fix content assist for multiline strings. See #1811.
- bug fix - Language server freezes when importing Maven project. See #2020.
- bug fix - Suggest correct import quick fix in anonymous classes. See #2034.
- bug fix - Organize imports generates duplicate static import statement. See #2012.
- bug fix - Do not show the import notification when no projects available. See #2056.
- bug fix - Make commands wait for applyEdit. See #2042.
- build - Move pull request verification job to GitHub Actions. See #2031.
- debt - Update eclipse-jarsigner-plugin to 1.3.2. See JLS#1829.
- debt - Language server distro contains 2 Guava jars. See JLS#1706.
- other - Change the default value of the setting
java.project.importOnFirstTimeStartup
toautomatic
. See #2014 - other - Disable Workspace Trust in test suite runtime. See #2026.
- other - Typo in notcoveredexecution.md. See #2033.
- enhancement - Allow folding
static
blocks. See JLS#1777. - enhancement - Add deprecated property to CompletionItem and SymbolInformation. See JLS#695.
- enhancement - Support Workspace Trust. See #1926.
- enhancement - Add option to ignore all proxies. See #1947.
- enhancement - Provide fix suggestions for not covered Maven plugin execution in project build lifecycle. See #1949.
- bug fix - Cannot make a static reference to the non-static type T. See JLS#1781.
- bug fix - extract method does not seem to like var nor method references. See #1956.
- bug fix - "Problem" The method methodName(ParamType) in the type ClassName is not applicable for the arguments () in lightweight syntax only mode. See #1931.
- bug fix - Rename to shouldLanguageServerExitOnShutdown extended capability. See #2008.
- bug fix - Syntax server no longer exits once JDT server is initialized. See #1928.
- bug fix - File contents would be strange when renaming java file name (with lombok). See JLS#1775.
- bug fix - Changes on the profile have no effect if there are backslashes (\) in the format.settings.url. See #1944.
- bug fix - java.project.sourcePaths doesn't refresh diagnostics. See JLS#1769.
- bug fix - wrong status in 'language/progressReport' notification when processing call hierarchy requests. See JLS#1722.
- build - Adjust .vscodeignore filters due to vsce@1.92 update. See #1983.
- other - Bump browserslist from 4.16.4 to 4.16.6. See #1961.
- bug fix - Package name not recognized when opening standalone java files. See JLS#1764.
- bug fix - Force Java Compilation returns error. See #1929.
- bug fix - Invalid formatter profile name setting causes errors. See JLS#1761.
- bug fix - Formatter doesn't load format config after update. See #1917.
- bug fix - Improve handling of exported settings files. See #1939.
- bug fix - A 'keyword' semantic token will sometimes appear when typing an expression. See #1921.
- other - Update hosted-git-info dependency. See #1940.
- other - Update lodash dependency. See #1934.
- bug fix - Formatter doesn't load format config after update. See #1917.
- enhancement - Update language client to 7.0.0 to adopt LSP 3.16 features (enables lazy code action resolution). See #1894.
- enhancement - Add Java 16 Support. See #1891.
- enhancement - java.project.referencedLibraries should resolve paths leading with ~. See JLS#1735.
- enhancement - Provide support for 3rd party build types (Bazel). See #1825.
- enhancement - Add setting to control method declaration lookups in source files. See #1887.
- bug fix - Changes to Formatter profiles don‘t take effect in real time. See JLS#1736.
- bug fix - Javadoc overriding methods not inheriting param descriptions. See JLS#1732.
- bug fix - NPE in NewCUProposal.createChange(NewCUProposal.java:277). See JLS#1723.
- bug fix - java.settings.url does not override default java settings. See JLS#1741.
- bug fix - workspaceEdit textDocument version is always 0. See JLS#1695.
- build - Bump ssri from 6.0.1 to 6.0.2. See #1889.
- enhancement - Refactor when moving files. See #641.
- enhancement - Support Type Hierarchy. See #1790.
- enhancement - Expose source paths setting in VS Code for unmanaged folders. See #1798.
- enhancement - Source actions should generate code at cursor location. See #1346.
- enhancement - Support String formatting via delegate command. See JLS#1702.
- enhancement - Add more options to query project settings. See #1828.
- enhancement - Writing Java in VS CODE shows way too much warnings! See #1657.
- enhancement - Enhanced IBuildSupport usage to support other build tools such as bazel. See JLS#1694.
- bug fix - External tool file modifications not registered. See JLS#1650.
- bug fix - Enhance the condition of inline constant. See JLS#1672.
- bug fix - Java code formatter rules is ignored. See #1640.
- bug fix - java.format.settings.url no longer loads project .xml file. See #1827.
- bug fix - Typo When Trying to Add Folder to Java Source Path That Is Already Included By Parent. See #1833.
- bug fix - Set minimum for threshold settings. See #1868.
- bug fix - Invisible project forgets source paths on classpath update. See JLS#1647.
- bug fix - Keep getting "Couldn't start client Language Support for Java" when opening a Java file in vscode. See #1813.
- bug fix - Disable console.log for lsp trace due to performance issue. See #1824.
- build - Update Target Platform to 2021-03 Release. See JLS#1691.
- build - Update lsp4j to 0.11.0. See JLS#1700.
- debt - Build Fails Due to Tests. See JLS#1646.
- debt - Stop generating .gz artifacts during builds. See JLS#1707.
- debt - Java LS Tests fail randomly. See JLS#1684.
- debt - Fix vulnerabilities by 'npm audit fix'. See #1830.
- other - Set org.eclipse.jdt.core.compiler.problem.missingSerialVersion to ignore by default. See JLS#1714.
- feature - Code actions should return textedits with proper formatting. See JLS#1157.
- bug fix - Surround with try/catch reformats document. See #1572.
- bug fix - Change location of .m2/ and .tooling/ from HOME. See JLS#1654.
- bug fix - Issue with 'Go To Definition'. See JLS#1634.
- bug fix - search for enum reference without source. See #1665.
- other - Configure whether to show recommendations of external installations. See #1816.
- other - Adopt the helpers from jdt.core.manipulation to deal with the CU's preferences. See JLS#1666.
- debt - Upgrade infrastructure to support GLIBCXX 3.4.21. See #1817.
- debt - Tests fail on Windows. See JLS#996.
- enhancement - Specify output path for invisible project. See #1694.
- enhancement - Recommend dependency analytics extension. See #1771.
- bug fix - @link highlighting broken when linking to class. See #1753.
- other - Remove legacy Semantic Highlighting implementation. See JLS#1649.
- other - Make redhat.fabric8-analytics recommendation more compelling. See #1788.
- other - use lightweight mode by default when vscode is running from web browsers. See #1780.
- other - always exclude project settings files by default. See #1779.
- other - Declare semantic token modifiers. See #1760.
- other - semantic tokens: use 'method' instead of 'member'. See #1713.
- enhancement - Download sources for classes in jars with maven coordinates. See #1664.
- bug fix - Some refactors are missing when the location has diagnostics. See JLS#1642.
- bug fix - Should not enable preview compiler options if the tooling doesn't support the early access JDK. See JLS#1644.
- bug fix - Importing projects should follow "java.import.exclusions" setting to stop scanning the specified directories. See #1698.
- build - Update target platform to use Eclipse 2020-12 Release. See JLS#1639.
- build - Fix some dependency vulnerabilities. See #1772.
- bug fix - Open a Java file from unmanaged folder, the status bar didn't show language level info. See #1735.
- bug fix - Long completionItem/resolve and TimeoutException. See JLS#1624.
- bug fix - Add support to INFO log level. See JLS#1623.
- bug fix - Filter 'sun' packages out of completion type results. See #1731.
- bug fix - Dependencies weren't recognized after being added in gradle project. See #1714.
- bug fix - Detect Gradle project by settings.gradle as well. See #1528.
- enhancement - Support inferSelection when extract to variable. See #1717.
- enhancement - Support inferSelection when extract to field. See #1721.
- bug fix - jdt.ls distro is 10MB heavier because of com.ibm.icu_64.2.0.v20190507-1337.jar. See JLS#1351.
- bug fix - Java LS crashes on WSL Alpine. See #1711.
- bug fix - End of File exception when opening completion in empty file. See JLS#1611.
- other - Update Target Platform to use Eclipse 2020-12 M3. See JLS#1616.
- other - Improve the performance of inferSelection. See JLS#1609.
- other - Allow creation of
abstract class
and@interface
from "New Java Class" command. See #1722. - other - Spelling error: Update project configuration. See #1649.
- bug fix - Quarkus: generated sources are not accessible. See #1675
- bug fix - Error in every java file after updating to macOS Big Sur. See #1700.
- bug fix - Fix jdk detection: cover symlink folder on Linux. See #1704.
- bug fix - Fix jdk detection: cover common JDK installation places on Linux. See #1706.
- other - Improve tracing capability of m2e through m2e.logback.configuration. See JLS#1589.
- other - Infer expressions if there is no selection range when extracting method. See #1680.
- enhancement - Hide inline variable/constant commands when no reference found. See JLS#1573 and JLS#1575.
- enhancement - Convert a lambda expression to method reference. See #1448.
- enhancement - Provide method for converting callstack entry to location. See JLS#1202.
- enhancement - Change scope of 'java.home' to machine-overridable. See #1676.
- enhancement - Declare semantic token type for modifier keywords. See #1636.
- enhancement - Add the java.configuration.maven.globalSettings property. See #1365.
- bug fix - GTD is not working if referenced library is updated without file name change. See JLS#1577.
- bug fix - Changing java.semanticHighlighting.enabled does not consistently update semantic tokens. See JLS#1678.
- bug fix - Method references are given the CompletionItemKind.Module type by the completion provider. See #1661.
- other - Update Target Platform to Eclipse 2020-12 M1. See JLS#1567.
- other - Pass the cancellationtoken to the client request registered by provider. See #1668.
- enhancement - Embed m2e 1.17. See JLS#1562.
- enhancement - Add code actions to add sealed/final/non-sealed modifier on a permitted type declaration. See JLS#1555.
- enhancement - Created type doesn't implement sealed interface. See JLS#1553.
- enhancement - Improve semantic token modifiers. See JLS#1539.
- enhancement - Find references to fields via getters/setters. See #1646.
- bug fix - StringIndexOutOfBoundsException while computing hover and folding range. See #1644.
- enhancement - JavaFX application produce warning. See #120.
- enhancement - Add support for JDK 15. See #1627.
- enhancement - Embed latest Java textmate grammar. See #1637.
- enhancement - Change the code action kind 'Change modifiers to final where possible' to Source Action. See #1617.
- enhancement -
java.configuration.runtimes
option configuration error will not prompt an error. See #1614. - enhancement - [Feature Request] Provide more code action options on save. See #1379.
- bug fix - Since July update cause java highlight break. See #1597.
- bug fix - Corner case in parsing major version of JDK. See #1331.
- enhancement - Importing mixed (maven,gradle,eclipse) projects. See #1344.
- enhancement - Better expose the "Anonymous to nested class" refactoring. See JLS#1541.
- enhancement - [feature request] allow
var
to be fully specified with using 'Show Fixes'. See #1573. - enhancement - Allow devs to override default snippets. See #1470.
- bug fix - autocompletion on inherited interface method inserts wrong code. See #1593.
- bug fix - Filename extension is .class when saving Untitled file to Java. See #1618.
- build - Update TP to use Eclipse 2020-09 RC2. See JLS#1546.
- enhancement - new
java.import.resourceFilter
preference to filter folders when refreshing workspace. See #1460. - enhancement - enabled semantic highlighting by default. See #1584.
- enhancement - Show a more detailed message about Java 11 requirement. See #1602.
- enhancement - Support CancellationToken when calling LSP workspaceCommand. See #1591.
- enhancement - Updated to Eclipse 2020-09-M3. See JLS#1534.
- enhancement - Added
,
as signature trigger char. See JLS#1522. - enhancement - Fixed newline in snippet for new Java files. See #1564.
- performance - faster source action resolution. See JLS#1533.
- typo - fixed typo in notification message. See #1570.
- typo - fixed Punctuation in import message. See #1599.
- bug fix - Document 'Hybrid' serverMode value in api. See #1586.
- bug fix - Duplicate snippets displayed in lightweight mode. See #1579.
- bug fix - Incorrect semantic tokens for some wildcard import statements. See #1545.
- documentation - Remove mention of java.requirements.JDK11Warning from README. See #1603.
- build - Add test case for rename file. See #1574.
- build - Fixed some vulnerable dependencies. See #1576.
- build - Bump elliptic from 6.4.1 to 6.5.3. See #1554.
- enhancement - Require Java 11 to run the extension. See #1524.
- enhancement - Expose the
java.import.gradle.java.home
preference. See #1536 & JLS#1512. - enhancement - Add semantic tokens to class files. See #1538.
- enhancement - Adjust the Gradle settings scope to enhance security. See #1535.
- enhancement - Tune the user settings about specifying gradle distribution. See #1534.
- enhancement - Prevent tab key appending asterisk for import autocompletion. See #1532.
- enhancement - Do not show hint when standard server is already activated. See #1522.
- enhancement - Add
Introduce Parameter...
code action. See #1521. - enhancement - Semantic highlighting improvements. See #1488.
- enhancement - Add Go to Super Implementation to context menu and command palette. See #1395.
- enhancement - Support refactoring documentation. See #1334.
- bug fix - NPE in CodeActionHandler.getProblemId L.221. See JLS#1502.
- bug fix - fixed Rename from File Explorer. See #1517.
- bug fix - Incorrect semantic highlighting for complex constructor invocations. See #1514.
- build - Bump lodash from 4.17.15 to 4.17.19. See #1525.
- bug fix - No response when clicking 'Always' on import. See #1513.
- enhancement - Give more information in the language level status bar item. See #1508.
- enhancement - Register the semantic token provider after standard server is ready. See #1505.
- enhancement - Use java:serverMode to avoid conflicts. See #1504.
- enhancement - delay resolution of additional text edits. See #1503.
- enhancement - Ask users to import projects when opening a new folder. See #1501.
- enhancement - Improve Java LS shutdown. See JLS#1495.
- enhancement - Update Buildship to 3.1.5. See JLS#1494.
- bug fix - Unprocessed markdown in settings. See #1498.
- bug fix - Gradle 6.4 wrapper incorrectly marked as potentially malicious. See #1492.
- bug fix - Prepare rename breaks if you have edited the symbol just before the call. See JLS#1483.
- debt - Decouple the status bar item from each language client to a centralized one. See #1506.
- build - npm audit fix. See #1496.
- enhancement - Avoid unnecessary Gradle re-synch on restart. See JLS#1485.
- enhancement - Optimize default VM management to avoid unnecessary project updates. See JLS#1484.
- enhancement - Update to Eclipse 4.16. See JLS#1478.
- enhancement - Support annotations in semantic highlighting. See JLS#1477.
- enhancement - Wait for jobs to complete when resolving the classpaths. See JLS#1476.
- enhancement - Java runtimes should be configured before projects are imported. See JLS#1474.
- enhancement - Export the public APIs in light weight mode. See #1480.
- enhancement - Enable code completion for syntax server. See #1463.
- enhancement - IBuildSupport extension point. See JLS#1455.
- enhancement - Show VM install location on hover. See #1464.
- bug fix - Fix NPE in BaseDocumentLifeCycleHandler.publishDiagnostics. See #1473.
- bug fix - Organize import on save should not select ambiguous static import. See #1459.
- bug fix - Link in javadoc causes an error. See #1437.
- build - Improve 'launching from source' detection. See #1473.
- build - Fix debug mode detection. See #1467.
- build - Ignore /node_modules/ when webpack is watching sources. See #1487.
- enhancement - Expose import projects command. See #746.
- enhancement - Refactor package name. See #823.
- enhancement - Provide goToDefinition API . See #1416.
- enhancement - Use default JVM when importing gradle project. See #1426.
- enhancement - Show Java source level in the status bar. See #1457.
- enhancement - Check for suspicious gradle-wrapper.jar . See #1440.
- bug fix - Highlighting is incorrect after imports are automatically inserted. See #1423.
- bug fix - Get and Set method generation through intellicode generates javadoc when shouldn't. See #1411.
- bug fix - Semantic highlighting doesn't like java.* packages. See #1434.
- bug fix - Discard the stale workingcopies that belonged to the deleted folder. See JLS#1439.
- enhancement - organize imports should resolve static imports as well. See #1386.
- enhancement - prompt to enable semantic hightlighting on startup. See #1419.
- enhancement - refine semantic highlighting. See JLS#1416.
- bug fix - code folding is buggy. See #1419.
- bug fix - New File -> (module|package)-info.java should be handled properly. See #1405.
- bug fix - semantic highlighting sometimes looks bad. See #1396.
- bug fix - custom color for arguments used in method body. See #1277.
- bug fix - missing highlight on some non-ASCII identifiers. See #826.
- bug fix - syntax highlighting is broken with array syntax. See #728.
- bug fix - highlighting is wrong. See #707.
- bug fix - syntax highlighting broken on import containing upper cased letters. See #351.
- bug fix - syntax highlighting is not working with comment. See #338.
- bug fix - syntax highlighting is not working on special named classes. See #299.
- enhancement - support semantic tokens. See #1393.
- enhancement - preview the updates before applying the changes caused by file rename. See #1375.
- enhancement - display a warning about the impending requirement of Java 11 to run the extension. See #1366.
- enhancement - organize imports with the asterisk (*) wildcard character. See #964.
- enhancement - update class name and references when renaming a Java file. See #1372.
- enhancement - add "Generate constructor" option in "Show Fixes" options for fields. See #1358.
- enhancement - make syntax server support hovering over a type. See JLS#1403.
- bug fix - workspace/notify notification creates no vscode command as expected. See #1367.
- bug fix - fix checkJavaVersion for Windows. See #1360.
- bug fix - extracted element can not be renamed. See #1391.
- enhancement - sort formatter settings. See #1359.
- bug fix - fixed failure to start 0.59 in theia 1.0.0/dev - onDidCreateFiles is not a function in workspace. See #1363.
- enhancement - Enable Java 14 support. See #1300.
- enhancement - Support for JDK 14 for Gradle projects. See #1338.
- enhancement - Provide
record
snippet. See JLS#1393. - enhancement - No Javadoc completion for records. See JLS#1396.
- enhancement - Fill in content for newly created files. See #1222.
- enhancement - new
java.server.launchMode
to control whether to enable a syntax language server. See #1329. - enhancement - j.i.gradle.arguments and j.i.gradle.jvmArguments aren't properly defined. See JLS#1387.
- enhancement - enable syntax mode when importing a partial folder of maven/gradle project. See JLS#1364.
- enhancement - Add
java.import.gradle.user.home
preference for settingGRADLE_USER_HOME
. See #1310. - bug fix - root path in the preference manager won't update when workspace folder changes. See JLS#1388.
- bug fix - BadLocationException and diagnostic with negative line number send to client. See JLS#1374.
- enhancement - improved support for "standalone file" use cases. See #1270.
- enhancement - parallel downloads of jars, for Maven projects. See JLS#1369.
- enhancement - allow renaming of lambda parameters. See #1298.
- enhancement - build workspace action can report progress to client. See JLS#1368.
- enhancement - VS Code Java cannot run from read-only location. See #1301.
- enhancement - optimize for better memory footprint management. See #1262
- bug fix - fixed error on cancelling source actions. See #1292.
- bug fix - fixed Gradle project failing to build while fetching non-existing snapshot distro. See #1285.
- bug fix - fixed Java suggestion details missing in some circumstances. See #1258.
- enhancement - added
java.import.gradle.offline.enabled
preference. See #1157. - enhancement - added
java.configuration.runtimes
preference for mapping Java Execution Environments to local JDK runtimes. See #1207. - enhancement - align settings category name with VS Code recommendations. See #1227.
- enhancement - added code actions to assign statement to new variable/field. See #1208.
- enhancement - added code action to remove redundant interfaces. See JLS#438.
- enhancement - added code actions to remove the
final
modifier. See JLS#441. - enhancement - added code action to add missing case labels in switch statements. See JLS#1140.
- bug fix - fixed duplicate labels in progress reports. See #1230.
- bug fix - don't set the -noverify flag if JDK >= 13. See #1250.
- bug fix - fixed Intellisense not working when attached javadoc can't be read. See JLS#1314.
- bug fix - added default value to
java.project.referencedLibraries
's exclude and sources. See JLS#1315.
- bug fix - fixed code completion broken with IntelliCode. See #1213.
- enhancement - added support for Call Hierarchy. See #650.
- enhancement - add jars to classpath via new
java.project.referencedLibraries
preference. See #1196. - enhancement - completion results are now limited via
java.completion.maxResults
preference. See JLS#1298. - enhancement - Remove duplicate call of getRawLocationURI(). See JLS#1299.
- bug fixed - fixed Java Overview breaking the import of invisible projects. See #1198.
- bug fixed - fixed build status reporter in multi-root workspaces. See #1180.
- bug fixed - fixed incorrect signatures returned by signatureHelp. See JLS#1290.
- bug fixed - fixed broken signatureHelp when previous string parameter has
(
or{
. See JLS#1293. - debt - relicensed project to EPL-v2.0. See commit.
- bug fix - add
java.showBuildStatusOnStart.enabled
setting for revealing build status on startup. See #1181.
- bug fix - fixed ignored global
java.jdt.ls.vmargs
setting (broke lombok support). See #1175.
- enhancement - new
java.maven.updateSnapshots
preference to update snapshots/releases for Maven projects. See #1102. - enhancement - jump to definition on break/continue. See #1145.
- enhancement - added getDocumentSymbols call to extension API. See #1151.
- enhancement - show server tasks in terminal. See #1153.
- enhancement - show busy status when there are incomplete tasks. See #1159.
- enhancement - always show workspace status in status bar. See #1163.
- enhancement - add quickfix to correct access to static elements. See JLS#439.
- enhancement - sort code actions by relevance. See JLS#1250.
- enhancement - no need to publish diagnostics in BuildWorkspaceHandler. See JLS#1282.
- bug fix - warn about sensible java preferences in project settings. See #1154 and #1160.
- bug fix - update problems when changing the name of the package folder. See #1283.
- bug fix - fixed "Organize Imports" shortcut no longer working. See #1142.
- enhancement - code action: add 'final' modifier where possible. See #774.
- enhancement - update m2e to 1.14 (embeds Maven 3.6.2). See #1103.
- enhancement - code action: remove unnecessary cast. See JLS#165.
- enhancement - provide better symbol details on hover. See JLS#1227.
- enhancement - code action: improve "Invert Condition" refactoring trigger. See JLS#1230.
- enhancement - refresh the extension bundles after uninstalling. See JLS#1253.
- bug fixed - fixed Maven import failure caused by m2e-apt unable to parse maven-compiler-plugin configuration. See #1131.
- bug fixed - add Java 13 support for Gradle projects. See JLS#1196.
- bug fixed - fixed errors reported from unrelated gradle projects outside the workspace. See JLS#1261.
- enhancement - define schema for
contribute/javaExtensions
in package.json. See #1114. - enhancement - add text selection support in code snippet. see JLS#1222.
- enhancement - unused imports displayed as faded. See JLS#1219.
- bug fix - fixed pasting with multi-cursor. See #1112.
- bug fix - organize imports on paste moved to a specific command (
ctrl+shift+v
-cmd+shift+v
on Mac). Removedjava.actionsOnPaste.organizeImports
preference. See #1115. - documentation - fixed broken link in CONTRIBUTING.md. See #1105
- enhancement - [experimental] automatically trigger auto-import on paste. Can be disabled with
java.actionsOnPaste.organizeImports
. See #1075 and #1098. - enhancement - allow negative patterns in
java.import.exclusions
preference, to allow folder inclusions. See #1084. - enhancement - made code snippets context sensitive. See JLS#977.
- enhancement - improve snippet documentation rendering. See JLS#1205.
- bug fix - fixed preview features enabled at an invalid source release level 12, preview can be enabled only at source level 13. See #1086.
- bug fix - don't return workspace symbols without a name. See JLS#1204.
- bug fix - fixed package fragments not updated when adding a new folder. See JLS#1137.
- bug fix - don't filter method completions from filtered types. See JLS#1212.
- enhancement - added Java 13 support for Maven and Eclipse projects. See JLS#1179.
- enhancement - added support for diagnostic tags. See #1051.
- enhancement - code-action: fixed methods with reduced visibility. See JLS#442.
- enhancement - code-action: inline method/variable/field. See JLS#656 and JLS#771.
- enhancement - provide more granularity of progress during Maven import. See JLS#1121.
- enhancement - update Buildship to 3.1.2. See JLS#1195.
- bug - fixed wrong range for
Surround with try/multi-catch
code action. See JLS#1189.
- enhancement - navigate to the super implementation. See #553.
- enhancement - exclude certain packages from autocomplete/autoimport. See #710.
- enhancement - code action: create non existing package when package declaration mismatch. See #1030.
- enhancement - code action: convert anonymous class to nested class. See #1060.
- enhancement - code action: fix non accessible references. See JLS#440.
- enhancement - code action: convert for-loop to for-each loop. See JLS#1166.
- enhancement - use
vscode.env.appName
instead of hardcodingVS Code
. See #1066. - bug fix - fixed tables not properly rendered on Javadoc hover. See #1002.
- bug fix - extract embedded javadoc images. See #1007.
- bug fix - fixed extension never reaching the ready state (always spin). See #1056.
- bug fix - fixed wrong completion text for AnonymousDeclarationType. See JLS#1168.
- bug fix - fixed "No delegateCommandHandler for 'xxx'" error. See JLS#1146.
- bug fix - load bundle only once if same bundle occurs multiple times in different locations. See JLS#1174.
- bug fix - fixed incorrect
prepareRename
response when called over import. See JLS#1175. - documentation - update CONTRIBUTING.md with images for setting up server and remote debugging. See #1037.
- enhancement - ignore "Unsupported SuppressWarning" warnings by default. See #507.
- enhancement - code action to move member to another class. See #980.
- enhancement - code action to move class to another package. See #1017.
- enhancement - code action to move inner types to new class. See #1027.
- enhancement - code action to 'Invert local variable'. See #997.
- enhancement - show client & server logs side by side. See #1016.
- enhancement - rotate client logs daily. See #989.
- enhancement - log language client failures. See #1015.
- enhancement - code action to create unresolved types. See JLS#853.
- enhancement - properly render @ApiNote in javadoc. See JLS#1069.
- enhancement - code action to convert lambda to anonymous class. See JLS#1119.
- bug fix - fixed "Java runtime could not be located" for Windows + Oracle JDK. See #836.
- bug fix - fixed go to implementation doesn't work for method invocation. See #886.
- bug fix - fixed find implementation doesn't work on classes. See JLS#1098.
- bug fix - fixed NavigateToDefinitionHandler should not return null. See JLS#1143.
- bug fix - fixed secondary same-line error not reported. See JLS#1147.
- enhancement - trigger client autorename after 'extract to variable/constant/method'. See #333.
- enhancement - added support for semantic selection. See #780.
- enhancement - Maven projects use the latest Execution Environment when source/target is not yet supported. See #951.
- enhancement - added code action to convert a local variable to a field. See #971.
- enhancement - added additional Gradle preferences. See #973.
- enhancement - added new command to open the Java extension log. See #985.
- enhancement - prevented aggressive classpath updates when jars don't change. See JLS#1078.
- enhancement - new extension point to register static commands during JDT LS initialization . See JLS#1084.
- bug fix - fixed "Extract Variable" returning a wrong cursor position. See #952.
- bug fix - use the default
GRADLE_USER_HOME
env var if possible, for Gradle wrappers and modules. See JLS#1072. - bug fix - fixed signature help returning the wrong active parameter. See JLS#1039.
- bug fix - fixed signature help stopped working after using a lambda. See JLS#1086.
- debt - replaced vscode package with @types/vscode. See #977.
- documentation - setup the project for development. See #949.
- enhancement - new 'try with resources' snippet, triggered by
try_resources
. See #932. - enhancement - new 'private field' snippet, triggered by
prf
. See #933. - enhancement - new spinning icon in status bar, when server is loading. Good bye rocket. See #929.
- enhancement - added code action to generate constructors. See #921.
- enhancement - added code action to generate delegate methods. See #930.
- enhancement - updated buildship to 3.1.0. See Buildship changelog.
- enhancement - updated m2e to 1.12 (now embeds Maven 3.6.1). See m2e changelog.
- enhancement - provide more info on hover for constant fields. See JLS#1049.
- bug fix - fixed Signature Help not matching active parameter per type. See JLS#1037.
- bug fix - fixed disabling Gradle wrapper in certain cases. See JLS#1044.
- enhancement - optionally disable loading Gradle from wrapper and use a specific Gradle version. See #875.
- enhancement - added
Assign parameters to new fields
source actions. See JLS#167. - enhancement - added code action for adding non existing constructor from super class. See JLS#767.
- enhancement - use the
java.codeGeneration.generateComments
preference to generate comments for getter and setter. See JLS#1024. - bug fix - fixed extension activation conditions causing some issues. See #914 and #915.
- bug fix - fixed failing build caused by a bad formatter URL. See #916.
- bug fix - fixed NPE when closing a renamed file. See JLS#993.
- bug fix - fixed Signature Help for constructors. See JLS#1030.
- enhancement - show more progress details of workspace jobs. See #896.
- enhancement - added advanced
Generate getters and setters...
source action. See #907. - enhancement - batch Maven project imports when available ram < 1.5GB and number of projects > 50, to reduce memory consumption. See JLS#982.
- enhancement - tentative workaround for poor resource refresh performance on Windows. See JLS#1001.
- enhancement - log resource path and line number of build errors. See JLS#1013.
- bug fix - update classpath when jar files are modified. See #775.
- bug fix - remove ellipsis on
Create getter and setter for
label. See #908. - bug fix - fixed NPE when peeking implementation on generic types. See JLS#1004.
- bug fix - only return signature help on method invocation and javadoc reference. See JLS#1009.
- bug fix - properly detect active signature in signature help. See JLS#1017.
- bug fix - use proper kinds for interfaces, enums and constants, in completion and document symbols. See JLS#1012.
- enhancement - optimize server initialization. See #869.
- enhancement - download Java sources lazily for Maven projects. See #870.
- enhancement - added
Generate toString()...
source action. See #873. - enhancement - show more detailed progress report on startup. See #883.
- bug fix - completion cache resets after file recompilation resulting in slow code completion. See JLS#847.
- bug fix - fix jar detection on windows, for invisible projects. See #882.
- bug fix - fixed java.lang.UnsupportedClassVersionError when trying to run/test standalone code. See #801.
- enhancement - added "imports" folding support. See #694.
- enhancement - added
Convert to static import
code actions. See #958. - enhancement - added Java 12 support. See #959.
- enhancement - eliminated CPU usage when idling on Windows. See #960.
- enhancement - added UI to manage ambiguous imports. See #966.
- bug fix - fixed occasional NPE when navigating to class, on Linux. See #963.
- enhancement - added
Generate hashcode() and equals()...
source action. See 814. - enhancement - added reload prompt when extension bundles changed. See #822.
- enhancement - added status to ExtensionAPI. See #830.
- enhancement - improved failed JDK detection diagnostic. See #835.
- bug fix - fixed the mechanism to resolve the package name of an empty java file. See #750.
- bug fix - fixed server stopping when idling. See #815.
- bug fix - signature help should select the 1st parameter after the opening round bracket. See JLS#947.
- debt - subscribe all disposables to the extension's context. See #832.
- enhancement - new source action:
Override/Implement Methods...
. See 749. - enhancement - attaching sources now use a project relative path, when possible. See JLS#906.
- bug fix - definitely fixed the file handle/memory leak on Windows when idling (when using Java 9+), also reduced CPU usage. See JLS#936.
- enhancement - automatically detect jars in
lib/
folder next to standalone Java files. See #501. - bug fix - fixed default hover/source encoding. See #788.
- bug fix - fixed file handle/memory leak on Windows when idling. See #789.
- build - use Eclipse 2019-03 M2 bits. See JLS#934.
- enhancement - new dialog asking to hide java project settings files on startup. See #776.
- bug fix - pick up gradle properties updates when doing full build. See #758.
- bug fix - fixed inactive autocompletion after inserting a snippet in some cases. See #768.
- enhancement - improve extension loading time by using webpack. See #732.
- bug fix - fixed annotation processing for Micronaut projects. See #693.
- bug fix - fixed regression with "Add parentheses around cast" code action. See JLS#907.
- bug fix - ignore circular links during project import. See JLS#911.
- documentation - Changing "JDK 8" to just "JDK" in README.md. See #763.
- build - adopt test plan. See #748.
- enhancement - reworked standalone files support. Now maps root folders to an invisible project under the hood. See #508, #620, #739.
- enhancement - added commands to add/remove/list source folders of Eclipse projects. See #619.
- enhancement - mapped
extract
refactorings to new code action kinds (helps with key mapping). See #714. - enhancement - new
java.maxConcurrentBuilds
preference to set max simultaneous project builds. See #741. - enhancement - source action to generate Getters/Setters for all fields. See JLS#163.
- bug fix - fixed project reference when navigating to JDK classes. See JLS#842.
- bug fix - fixed potential NPE on hover. See #723.
- bug fix - don't display unnecessary code actions. See JLS#894.
- build - removed Guava 15 from the distribution, saving 2MB. See JLS#484.
- build - migrated to Buildship 3.0. See JLS#875.
- enhancement -
Organize imports
moved toSource Action...
menu. See #513. - enhancement - rename refactoring now supports file operations (rename/move file). See JLS#43.
- bug fix - fixed broken import autocompletion. See JLS#591.
- bug fix - fixed diagnostics not being reset after closing a file. See JLS#867.
- enhancement - add ability to attach missing sources. See #837.
- enhancement - adopt new CodeAction and CodeActionKind. See JLS#800.
- enhancement - resolve
~/
paths forjava.configuration.maven.userSettings
. See 715. - bug fix - fixed import failure when parent project is missing. See #702.
- bug fix - fixed NPE in Outline view when no source is attached. See JLS#851.
- bug fix - fixed detection of projects under linked folders. See JLS#831.
- enhancement - add new command to clean the server workspace. See #655.
- enhancement - add Mockito static imports by default. See #679.
- bug fix - fixed "Busy loop " when running Java 11. See #664.
- bug fix - fixed Maven diagnostics showing up and disappearing on save. See #669.
- bug fix - ignore multiple code lenses for lombok generated methods. See #674.
- enhancement - new Java 11 support for Maven, Gradle and Eclipse projects. See #625 and #653.
- enhancement - cascade "Update project configuration" command to child Maven projects. See #638.
- enhancement - bind
Project configuration is not up-to-date with pom.xml
diagnostics to pom.xml. See JLS#797. - enhancement - ignore
Unknown referenced nature
warnings. See JLS#812. - bug fix - fixed
Force Java Compilation
command failing due toProject configuration is not up-to-date with pom.xml
errors. See JLS#813.
- enhancement - added Outline support. See #586.
- enhancement - new
java.completion.enabled
preference to disable auto-completion. See #631. - enhancement - export the utility method requirements.resolveRequirements() as extension API. See #639.
- enhancement - new code-action: Convert anonymous class to lambda expression. See JLS#658.
- bug fix - fixed 'Updating Maven projects' showing progress above 100%. See #605.
- bug fix - give more time to shut down the server properly. See #628.
- bug fix - fixed BadLocationExceptions thrown during
textDocument/documentSymbol
invocations. See JLS#794.
- enhancement - add support for
Go to implementation
. See #446. - enhancement - automatically generate params in Javadoc. See #228.
- enhancement - publish diagnostic information at the project level. See #608.
- enhancement - prevent unnecessary build when reopening workspace. See JLS#756.
- enhancement - update m2e to 1.9.1 See JLS#761.
- enhancement - lower severity of m2e's
Project configuration is not up-to-date...
diagnostics. See JLS#763. - enhancement - add quickfix for removing unused local var and all assignments. See JLS#769.
- bug fix - fixed indentation preferences being ignored after completions/refactoring. See 557.
- bug fix - fixed timestamps in logs. See JLS#742.
- bug fix - don't send notifications for gradle files modified under the build directory. See JLS#768.
- bug fix - fixed Tabs being ignored during formatting requests. See JLS#775.
- enhancement - code action: convert from
var
to the appropriate type (Java 10+). See JLS#696. - enhancement - code action: convert from type to
var
(Java 10+). See JLS#697. - enhancement - Java 9+ versions no longer leak their API by default. See JLS#620.
- enhancement - add links to completion items' documentation. See JLS#731.
- bug fix - fix build errors after renaming standalone Java files. See #578.
- bug fix - fixed extracting to method incorrectly adding the
static
keyword in nested classes. See JLS#709.
- enhancement - new
java.completion.guessMethodArguments
preference to insert best guessed arguments during method completion. See #569.
- enhancement - use more direct OpenJDK download link. See #564.
- enhancement - code action: access non visible references by changing modifiers or through accessors. See JLS#446.
- bug fix - fixed formatter file failing to open. See #548.
- bug fix - fixed
class
andinterface
snippets should be proposed according to context. See JLS#681. - build - vscode-java-*vsix releases are now archived to http://download.jboss.org/jbosstools/static/jdt.ls/stable/. See #552.
- enhancement - now returns documentation as Markdown during completion. See #318.
- enhancement - improved class/interface snippets, now adding the package, if necessary. See #505.
- enhancement - added command to open/create Eclipse formatter settings. See #521.
- bug fix - fixed
Organize imports
menu showing in the output panel. See #539. - bug fix - fixed missing documentation for methods with parameters, during completion. See JLS#669.
- enhancement - automatically enable Annotation Processing for Maven projects, based on m2e-apt. See #339.
- enhancement - adds support for on-type formatting. See #530
- bug fix - improve JAVA_HOME detection on Windows. See #524.
- enhancement - added support for external Eclipse formatter settings. See #2;
- enhancement - code action: override static method from an instance method. See JLS#444.
- enhancement - code action: override final methods. See JLS#639.
- bug fix - fixed flaky diagnostics for TODO markers. See #457.
- bug fix - fixed Java 10's
var
's inferred type not shown in enhanced for-loops. See #515. - bug fix - fixed random exception thrown during Code Actions resolution. See JLS#642.
- enhancement - added
java.completion.overwrite
preference. When set to true, code completion overwrites the current text. Else, code is simply added instead. See #462. - enhancement - restricted language service on file scheme, for Live Share compatibility. See #492.
- enhancement - code actions: invalid modifiers. See JLS#445.
- enhancement - improve build file change detection. See JLS#547.
- enhancement - do not refresh workspace before build. See JLS#627.
- bug fix - fixed potential NPE during completion resolution. See JLS#629.
- enhancement - add progress report for background tasks. Controlled with the
java.progressReports.enabled
preference. See #488. - enhancement - add experimental Java 10 support. See #489.
- enhancement - notification mechanism for 3rd party extensions. See JLS#595.
- enhancement - Javadoc {@links} should be functional. See JLS#76.
- enhancement - code action: abstract classes/methods fixes. See JLS#447.
- enhancement - watch files from all source folders. See JLS#583.
- bug fix - fixed "Organize Import" command should not be active on non-java files. See #489.
- bug fix - fixed test imports should not be proposed in main code. See JLS#529.
- bug fix - fixed broken package Javadoc on Java 9/10. See JLS#612.
- enhancement - process non-java resources. See #400.
- enhancement - code action: extract variables. See #459.
- enhancement - [Maven] automatically update module path when required modules changes in module-info.java. See #465.
- enhancement - should warn about unstable automatic module name in module-info.java. See #467.
- bug fix - fixed organize import ignoring certain classes. See JLS#552.
- enhancement - incremental (i.e. faster) build triggered on startup, instead of a clean (i.e. slower) build. See #451.
- enhancement - code action: remove unreachable code. See JLS#437.
- bug fix - fixed
java.import.exclusions
preference being ignored during server startup. See #444. - bug fix - fixed stub sources being returned even though proper sources were downloaded. See #447.
- bug fix - fixed attached javadoc being ignored on hover. See JLS#517.
- bug fix - fixed broken
Organize imports
in module-info.java. See JLS#549. - bug fix - fixed multiline errors. See JLS#567.
- enhancement - added
java.projectConfiguration.update
command to the explorer menu, for build files. See #159. - enhancement - use
void
as default return value for method templates. See #429. - enhancement - new "Indexed for loop" template, triggered by the
fori
keyword. See #434. - enhancement - during import, only trigger "update project configuration" on Maven projects if necessary. See JLS#544.
- bug fix - removed unnecessary files from the vscode-java distribution, reducing its size from 45MB to 34MB. See #438.
- bug fix - fixed
Organize imports
command removing all imports in module-info.java. See #430. - bug fix - fixed flaky reporting of test imports in main code. See JLS#528.
- bug fix - ignore
**/META-INF/maven/**
paths during import. See JLS#539.
- bug fix - Restore missing "Add unimplemented methods" code action. See #426.
- enhancement - New
java.completion.favoriteStaticMembers
preference to define static members to be automatically imported. See #368. - enhancement - Store method parameters in compiled classes, for Maven projects configured with the
-parameters
compiler parameter. See #391. - enhancement - New
java.saveActions.organizeImports
preference to enableOrganize imports
as a save action. See #402. - enhancement - New
java.autobuild.enabled
preference to enable/disable the 'auto build'. See #406. - enhancement - New
java.completion.importOrder
preference to customize imports order. See #420. - bug fix - fixed hover/navigation for types in module-info.java. See JLS#397.
- bug fix - fixed proper test classpath isolation. Test classes are no longer available to main code for Maven and pure Eclipse projects. See JLS#526.
- bug fix - fixed autocompletion/hover performance for Java 9 projects. See #398.
- enhancement - code-action: add missing serialVersionUID field. See #401.
- enhancement - add
new
template to create a new Object. See #407. - bug fix - fixed autocompletion issues caused by changing the JDK used to run the server. See #392.
- bug fix - fixed encoding issues when saving UTF-8 files containing Chinese characters. See #394.
- bug fix - fixed server startup status never ending after an error. See #403.
- enhancement - add preferences to disable Maven (
java.import.maven.enabled
) and Gradle (java.import.gradle.enabled
) imports (import as Eclipse instead). See #388. - enhancement - remove redundant diagnostics reports. See JLS#468.
- enhancement - code action: handle unreachable catch blocks. See JLS#381.
- bug fix - fixed
java.import.exclusions
preference should be a real array. See #371. - bug fix - fixed renaming/creating java files requiring a restart. See #380.
- bug fix - fixed
-DGRADLE_HOME
parameter injava.jdt.ls.vmargs
being ignored by jdt.ls. See #383. - task - removed region folding support as it's now provided by VS Code directly. See #369.
- enhancement - add Java 9 support for Gradle projects. See #321.
- enhancement - add option to choose between full and incremental compilation. See #364.
- enhancement - improve code completion/diagnostic reports performance. See #381.
- enhancement - log errors when compiling standalone java files. See #462.
- enhancement - code action: remove unused code. See JLS#448.
- enhancement - code action: change return type of a method. See JLS#435.
- enhancement - significantly faster startup for existing workspaces with Gradle projects. SeeJLS#451.
- enhancement - delay symbols queries until server is ready. See JLS#452.
- bug fix - fixed duplicate imports on "Organize imports" action. See #253.
- bug fix - fixed autocompletion overwriting the following characters. See #352.
- bug fix - do not report errors for Java files outside their project's classpath. See #456.
- bug fix - fixed high CPU usage on Windows. See JLS#378.
- bug fix - return SymbolKind.Method instead of SymbolKind.Function for methods. See JLS#422.
- bug fix - fixed java extensions started twice. See JLS#450.
- bug fix - fixed NPEs occurring during code action computation. See JLS#453 and JLS#470 .
- enhancement - add CodeLens support from .class files. See #343.
- enhancement - new multi-root support. See #347.
- bug fix - fixed starting jdt.ls with JDK 10-ea. See #356.
- bug fix - fixed 'java.workspace.compile' command to be invoked by the debugger. See #357.
- enhancement - new
Force Java compilation
command (Shift+Alt+b
). See #277. - enhancement - significantly faster startup for existing workspaces with Maven projects. See #336.
- enhancement - new
Organize Imports
command (Shift+Alt+o
). See #341. - bug fix - fixed highlight support in
module-info.java
. See #256. - bug fix - fixed inner pom.xml changes causing infinite update project loop. See #331.
- bug fix - fixed keybinding for "Update project configuration" command conflicting with
AltGr+u
(nowShift+Alt+u
). See #348. - bug fix - fixed autocompletion overwritting following characters. See #352.
- bug fix - fixed hover not working when browsing *.class files. See JLS#390.
- bug fix - fixed Java Model Exception when changing class name. See JLS#400.
- enhancement - experimental Java 9 support (for Maven and Eclipse projects). See JLS#185.
- enhancement - add
Extract to method
refactoring. See #303. - enhancement - add region folding support. See #316.
- enhancement - improved Java snippets with transformations. See #317.
- enhancement - made Java language server output less intrusive. See #326.
- enhancement - add 3rd party decompiler support. See #334.
- bug fix - fixed inconsistent package error on standalone java files. See #274.
- bug fix - fixed Javadoc not shown on hover, after saving a file. See JLS#375.
- bug fix - fixed conflicts caused by 3rd party extensions updates. See JLS#385;
- enhancement - external debugger now supported. See #9.
- enhancement - code-action: handle exceptions with try/catch block or throws statement. See #300.
- bug fix - fixed failing autocompletion when class name contains
$
. See #301. - bug fix - fixed OperationCanceledException on hover. See #302.
- bug fix - fixed Index Out Of Bounds Exceptions during completion. See #306.
- bug fix - fixed NPE in completion for package-less standalone classes. See #312.
- enhancement - enable 3rd party VS Code extensions to extend the JDT Language Server. See #282.
- enhancement - add new
java.execute.workspaceCommand
command, for 3rd party VS Code extensions. See #292. - enhancement - References CodeLens disabled by default. See #293.
- enhancement - add Types to symbols outline, to work with the Code Outline extension. See #294.
- bug fix - fixed content assist for Anonymous class creation. See JLS#57.
- bug fix - fixed incorrect hover for unresolved types. See JLS#333.
- enhancement - rename symbols support (Doesn't rename files at the moment). See #71.
- enhancement - use system's Gradle runtime when no wrapper found. See #232.
- enhancement - code action: generate getters and setters. See #263.
- enhancement - code action: add unimplemented methods. See #270.
- bug fix - support 32-bit platforms. See #201.
- bug fix - fixed implementor codelens showing
<<MISSING COMMAND>>
when typing. See #266. - bug fix - fixed
<<MISSING COMMAND>>
when invoking code actions. See #288. - bug fix - fixed
Index out of bounds
exceptions during code lens resolution, after document changes. See JLS#340.
- enhancement - generate getters and setters from autocompletion. See #100.
- enhancement - enable/disable default Java formatter with the
java.format.enabled
preference. See #186. - enhancement - exclude folders from Java project detection via glob patterns with the
java.import.exclusions
preference. See #229. - enhancement - enable/disable signature help with the
java.signatureHelp.enabled
preference. See #252. - enhancement - enable/disable the implementations code lens with the
java.implementationsCodeLens.enabled
preference. See #257. - bug fix - gracefully handle deleted required eclipse settings files. See #132.
- bug fix - properly render documentation during code completion. See #215.
- bug fix - fixed opening network folders on Windows. See #259.
- bug fix - diagnostics mismatch after applying code actions. See JLS#279.
- bug fix - fixed Maven support running on JDK 9 and IBM JDK. See JLS#315.
- bug fix - keep logs clean from OperationCanceledException during code assist. See JLS#317.
- enhancement - enabled @formatter:on/off tags in source. See #236.
- enhancement - improved error reporting in standalone java files. See #242.
- enhancement - hover should show element signature. See JLS#259.
- enhancement - code-action: add missing methods. See JLS#177.
- enhancement - code-action: missing variables, fields, params. See JLS#178.
- enhancement - code-action: organize imports. See JLS#164.
- enhancement - code-action: rename type. See JLS#264.
- enhancement - code-action: fix package declaration. See JLS#265.
- enhancement - code-action: remove unnecessary Javadoc param. See JLS#274.
- enhancement - code-action: add missing Javadoc params. See JLS#275.
- enhancement - code-action: add missing Javadoc params. See JLS#275.
- enhancement - code-action: fix type mismatch. See JLS#276.
- enhancement - code-action: fix missing attribute in annotation. See JLS#277.
- bug fix - fixed wrong URI set for diagnostics of standalone java files. See JLS#268.
- bug fix - fixed
Error computing hover: **/package-summary.html not found in JavaDoc jar
. See #248. - bug fix - fixed
Invalid project description
thrown when reopening Eclipse projects. See #244.
- enhancement - reduced extension size by ~25%. See JLS#252.
- bug fix - fixed OperationCanceledException during completion. See JLS#240.
- bug fix - fixed changes in Eclipse settings file are ignored. See #239.
- bug fix -
package
autocompletion should return only 1 package. See #234. - bug fix - autocompletion on overridden methods should create the method body. See #85.
- enhancement - enable support for CamelCase type search. See JLS#219.
- enhancement - server startup now uses progress UI. See #225.
- bug fix - fixed autocomplete inserting classname+package text instead of classname. See #175.
- bug fix - fixed
Timed out while retrieving the attached javadoc.
error. See #176. - bug fix - fixed autocompletion not cancelled on space. See #187.
- bug fix - fixed Gradle import failing behind corporate proxy with authentication. See #211.
- bug fix - fixed
Unable to locate secure storage module
error. See #212. - bug fix - fixed CancellationException in output log. See #213.
- bug fix - fixed
Illegal argument, contents must be defined
error on hover. See #214. - bug fix - fixed code snippet appearing before completion results. See #216.
- bug fix - fixed code snippet using deprecated syntax. See #217.
- bug fix - fixed navigation from disassembled source code. See #222.
- bug fix - fixed Javadoc missing from inherited methods. See #226.
- bug fix - fixed
Problems encountered while copying resources. Resource '/jdt.ls-java-project/src/pom.xml' does not exist
error. See #244.
- enhancement - new
Open Java Language Server log file
command. See #209. - enhancement - expand workspace symbol search to all classes from classpath. See #204.
- bug fix - fixed outline for classes from classpath. See #206.
- bug fix - fixed ambiguous results from class outline. See JLS#214.
- enhancement - reduce confusion about "Classpath is incomplete" warning by providing a link to the wiki page. See #193.
- enhancement - enable String deduplication on G1 Garbage collector by default, to improve memory footprint. See #195.
- bug fix - fix excessive 'Unable to get documentation under 500ms' logging. See #189.
- enhancement - extension now embeds the Java Language Server. See #178.
- bug fix - fixed Java Language Server status update on startup. See #179.
- bug fix - fixed detection of nested Gradle projects. See #165.
- enhancement - support starting the Java Language Server with JDK 9. See #43.
- enhancement - add support for build-helper-maven-plugin. See JLS#198.
- enhancement - add support for Maven compilerIds jdt, eclipse, javac-with-errorprone. See JLS#196.
- enhancement - log Server's stderr/sdout in VS Code's console, to help troubleshooting. See #172.
- bug fix - [tentative] prevent workspace corruption on shutdown. See JLS#199.
- bug fix - opening standalone Java files fails to initialize the server. See JLS#194.
- bug fix - intellisense fails on package-less classes. See #166.
- bug fix - java projects are no longer imported. See #167.
- enhancement - new
java.configuration.maven.userSettings
preference to set Maven's user settings.xml. See JLS#184. - enhancement - adopt new VS Code SnippetString API. See #99.
- bug fix - saving a file doesn't update compilation errors on dependent classes. See JLS#187.
- build - now uses Eclipse ™ JDT Language Server under the hood. See #152.
- enhancement - maven errors are reported. See JLS#85.
- enhancement - code Actions for adding missing quote, removing unused import and superfluous semicolon. See JLS#15.
- bug fix - correct Javadoc highlighting. See #94
- enhancement - improve intellisense performance. See #121.
- enhancement - document server tracing capabilities. See #145.
- enhancement - disable reference code lenses with
java.referencesCodeLens.enabled
. See #148. - bug fix - fix dubious intellisense relevance. See #142.
- bug fix - fix broken autocompletion on constructors. See #143.
- bug fix - fix brackets/parentheses autoclosing. See #144.
- enhancement - autoclose Javadoc statements, adding
*
on new lines. See #139. - bug fix - fix Error when
Go to definition
performed on non-code portion. See #124. - bug fix - fix saving
java.errors.incompleteClasspath.severity
preference. See #128. - bug fix - fix NPE occurring when clicking on comment section of a Java file. See #131.
- bug fix - fix JAVA_HOME detection on MacOS. See #134.
- bug fix - fix support for quoted VM arguments. See #135.
- bug fix - don't display Code Lenses from Lombok-generated code. See #137.
- bug fix - remove langserver.log file generation under home directory. See #140.
- enhancement - add basic Java Gradle support (Android not supported). See #10.
- enhancement - disable warning about
Incomplete Classpath
. See #107. - enhancement - new
Update project configuration
command (Ctrl+Alt+U
orCmd+Alt+U
on MacOS). See #113. - enhancement - automatically update java classpath/configuration on build file change. See #122.
- bug fix - fix completion on import statements. See #68.
- bug fix - fix errors when modifying eclipse configuration files. See #105.
- bug fix - fix errors when restoring deleted files from git. See #109.
- bug fix - invalid locations for Workspace-wide errors. See JLS#107.
- enhancement - basic Java support for standalone Java files. See #27.
- enhancement - start Java Language Server when pom.xml is detected. See #84.
- bug fix - fix out of synch error markers. See #87
- bug fix - fix missing generic types in autocompletion. See #69.
- bug fix - fix ignored
jdt.ls.vmargs
. See #88.
- enhancement - auto-import packages referenced by code complete. See #50.
- enhancement – report Java errors for all files project in the project. See 58.
- enhancement – display package names on code completion proposals for Types [#47] (eclipse-jdtls/eclipse.jdt.ls#47).
- enhancement - add support for the JDK_HOME environment variable in VS Code settings. See #65.
- enhancement - add Java code snippets. See #83.
- bug fix - fix errors thrown when opening a standalone file. See #55, #67.
- bug fix - fix JAVA_HOME detection mechanism. See #74.
- enhancement - configure extra VM arguments in VS Code settings, used to launch the Java Language Server. See #25.
- enhancement - configure java.home property in VS Code settings. See #28.
- enhancement - improve Javadoc formatting on hover (scrollbar). See #31.
- enhancement - add feedback when starting the Java Language Server. See #49.
- enhancement - add hover for package fragments. See JLS#84.
- enhancement - better relevance for code completion. See JLS#77.
- bug fix - fix Java Language Server downloading when using a Proxy (take 2). See #42.
- bug fix - fix race condition on Java Language Server start. See JLS#81.
- enhancement - improved Javadoc/Markdown formatting. See #13.
- enhancement - provide Java Language Server download feedback. See #20.
- enhancement - provide syntax highlighting for opened
.class
files. See #21. - enhancement - provide link to Oracle JDK downloads on MacOS. See #37.
- enhancement - provide better information on JDK/JAVA_HOME requirements. See #32.
- bug fix - prevent java.lang.NullPointerException in DocumentLifeCycleHandler. See #34.
- bug fix - fix Java Language Server downloading when using a Proxy. See #35.
- bug fix - fix Java Language Server headers format. See JLS#74.
- bug fix - fix project import reporting progress > 100%. See JLS#67.
- enhancement - in addition to maven, we now support basic Eclipse projects. See JLS#37.
- enhancement - go to Definition (F12) is enabled for libraries and can display Java code that is not part of project's source code
- enhancement - code complete triggers are added for
.#@
characters. See #19. - bug fix - opening a Maven project a 2nd time doesn't work. See JLS#66.
- enhancement - download the Java Language Server through HTTPS.
- Maven pom.xml project support
- Basic Eclipse Java project support
- As you type reporting of parsing and compilation errors
- Code completion
- Javadoc hovers
- Code outline
- Code navigation
- Code lens (references)
- Highlights
- Code formatting