Skip to content

Commit 11f2daa

Browse files
committed
Enable auto guess arguments and signature help by default
1 parent 6ec44c1 commit 11f2daa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lsp-java.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ server."
146146
"Enable/disable the references code lens."
147147
:type 'boolean)
148148

149-
(defcustom lsp-java-signature-help-enabled nil
149+
(defcustom lsp-java-signature-help-enabled t
150150
"Enable/disable the signature help."
151151
:type 'boolean)
152152

@@ -192,7 +192,7 @@ usually)"
192192
When set to false, code is simply added instead."
193193
:type 'boolean)
194194

195-
(defcustom lsp-java-completion-guess-method-arguments nil
195+
(defcustom lsp-java-completion-guess-method-arguments t
196196
"When set to true, method arguments are guessed when a method
197197
is selected from as list of code assist proposals."
198198
:type 'boolean)

0 commit comments

Comments
 (0)