Skip to content

Commit 0dc3f1b

Browse files
committed
Enable quick suggestions in snippet mode
Signed-off-by: Fred Bricon <fbricon@gmail.com>
1 parent 2d1f50e commit 0dc3f1b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,11 @@
496496
}
497497
}
498498
},
499+
"configurationDefaults": {
500+
"[java]": {
501+
"editor.suggest.snippetsPreventQuickSuggestions": false
502+
}
503+
},
499504
"commands": [
500505
{
501506
"command": "java.projectConfiguration.update",

0 commit comments

Comments
 (0)