You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://gitter.im/emacs-lsp/lsp-mode?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
5
5
6
6
lsp-java
@@ -284,6 +284,8 @@ Use http://download.eclipse.org/che/che-ls-jdt/snapshots/che-jdt-language-server
284
284
* `lsp-java-code-generation-to-string-list-array-contents` - List contents of arrays instead of using native toString().
285
285
* `lsp-java-code-generation-to-string-limit-elements` - Limit number of items in arrays/collections/maps to list, if 0 then list all.
286
286
* `lsp-java-inhibit-message` - If non-nil, inhibit java messages echo via `inhibit-message'.
287
+
* `lsp-java-sources-organize-imports-star-threshold` - Specifies the number of imports added before a star-import declaration is used.
288
+
* `lsp-java-sources-organize-imports-static-star-threshold` - Specifies the number of static imports added before a star-import declaration is used.
287
289
288
290
## Additional packages
289
291
* [lsp-ui](https://github.com/emacs-lsp/lsp-ui) : Flycheck, documentation and code actions support.
0 commit comments