We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ec44c1 commit 11f2daaCopy full SHA for 11f2daa
lsp-java.el
@@ -146,7 +146,7 @@ server."
146
"Enable/disable the references code lens."
147
:type 'boolean)
148
149
-(defcustom lsp-java-signature-help-enabled nil
+(defcustom lsp-java-signature-help-enabled t
150
"Enable/disable the signature help."
151
152
@@ -192,7 +192,7 @@ usually)"
192
When set to false, code is simply added instead."
193
194
195
-(defcustom lsp-java-completion-guess-method-arguments nil
+(defcustom lsp-java-completion-guess-method-arguments t
196
"When set to true, method arguments are guessed when a method
197
is selected from as list of code assist proposals."
198
0 commit comments