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
| lsp-java-vmargs | Specifies extra VM arguments used to launch the Java Language Server |
148
+
| lsp-java-incomplete-classpath | Specifies the severity of the message when the classpath is incomplete for a Java file |
149
+
| lsp-java-update-build-configuration | Specifies how modifications on build files update the Java classpath/configuration |
150
+
| lsp-java-import-exclusions | Configure glob patterns for excluding folders |
151
+
| lsp-java-favorite-static-members | Defines a list of static members or types with static members |
152
+
| lsp-java-import-order | Defines the sorting order of import statements |
153
+
| lsp-java-trace-server | Traces the communication between Emacs and the Java language server |
154
+
| lsp-java-enable-file-watch | Defines whether the client will monitor the files for changes |
155
+
| lsp-java-format-enabled | Specifies whether or not formatting is enabled on the language server |
156
+
| lsp-java-format-settings-url | Specifies the file path to the formatter xml url |
157
+
| lsp-java-format-settings-profile | Specifies the formatter profile name |
158
+
| lsp-java-format-comments-enabled | Preference key used to include the comments during the formatting |
159
+
| lsp-java-save-action-organize-imports | Organize imports on save |
160
+
| lsp-java-organize-imports | Specifies whether or not organize imports is enabled as a save action |
161
+
| lsp-java-bundles | List of bundles that will be loaded in the JDT server |
162
+
| lsp-java-import-gradle-enabled | Enable/disable the Gradle importer |
163
+
| lsp-java-import-maven-enabled | Enable/disable the Maven importer |
164
+
| lsp-java-auto-build | Enable/disable the 'auto build' |
165
+
| lsp-java-progress-report |[Experimental] Enable/disable progress reports from background processes on the server |
166
+
| lsp-java-completion-guess-arguments | When set to true, method arguments are guessed when a method is selected from as list of code assist proposals. |
0 commit comments