Skip to content

Commit bff5b35

Browse files
committed
README: Add star import configurations
1 parent a1aff85 commit bff5b35

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,8 @@ Use http://download.eclipse.org/che/che-ls-jdt/snapshots/che-jdt-language-server
281281
* `lsp-java-code-generation-to-string-list-array-contents` - List contents of arrays instead of using native toString().
282282
* `lsp-java-code-generation-to-string-limit-elements` - Limit number of items in arrays/collections/maps to list, if 0 then list all.
283283
* `lsp-java-inhibit-message` - If non-nil, inhibit java messages echo via `inhibit-message'.
284+
* `lsp-java-sources-organize-imports-star-threshold` - Specifies the number of imports added before a star-import declaration is used.
285+
* `lsp-java-sources-organize-imports-static-star-threshold` - Specifies the number of static imports added before a star-import declaration is used.
284286
285287
## Additional packages
286288
* [lsp-ui](https://github.com/emacs-lsp/lsp-ui) : Flycheck, documentation and code actions support.

0 commit comments

Comments
 (0)