Skip to content

Commit 7a51f2c

Browse files
jdneorgrunber
authored andcommitted
Enable 'java.signatureHelp.enabled' and 'java.completion.guessMethodArguments'
Signed-off-by: sheche <[email protected]>
1 parent 3845113 commit 7a51f2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@
354354
},
355355
"java.signatureHelp.enabled": {
356356
"type": "boolean",
357-
"default": false,
357+
"default": true,
358358
"description": "Enable/disable the signature help.",
359359
"scope": "window"
360360
},
@@ -515,7 +515,7 @@
515515
},
516516
"java.completion.guessMethodArguments": {
517517
"type": "boolean",
518-
"default": false,
518+
"default": true,
519519
"description": "When set to true, method arguments are guessed when a method is selected from as list of code assist proposals.",
520520
"scope": "window"
521521
},

0 commit comments

Comments
 (0)