Skip to content

Commit

Permalink
Add a setting to control whether 'textEdit' of completion items can b…
Browse files Browse the repository at this point in the history
…e resolved (redhat-developer#3072)

* Add a setting to control whether 'textEdit' of completion item can be lazy-resolved

Signed-off-by: Sheng Chen <sheche@microsoft.com>
  • Loading branch information
jdneo authored and gayanper committed Jun 14, 2023
1 parent f3f0da6 commit 1e7dd6e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,9 @@ The following settings are supported:
* `java.completion.lazyResolveTextEdit.enabled`: [Experimental] Enable/disable lazily resolving text edits for code completion. Defaults to `true`.
* `java.edit.validateAllOpenBuffersOnChanges`: Specifies whether to recheck all open Java files for diagnostics when editing a Java file. Defaults to `false`.

New in 1.18.0
* `java.completion.lazyResolveTextEdit.enabled`: [Experimental] Enable/disable lazily resolving text edits for code completion. Defaults to `true`.

Semantic Highlighting
===============
[Semantic Highlighting](https://github.com/redhat-developer/vscode-java/wiki/Semantic-Highlighting) fixes numerous syntax highlighting issues with the default Java Textmate grammar. However, you might experience a few minor issues, particularly a delay when it kicks in, as it needs to be computed by the Java Language server, when opening a new file or when typing. Semantic highlighting can be disabled for all languages using the `editor.semanticHighlighting.enabled` setting, or for Java only using [language-specific editor settings](https://code.visualstudio.com/docs/getstarted/settings#_languagespecific-editor-settings).
Expand Down

0 comments on commit 1e7dd6e

Please sign in to comment.