Skip to content

Commit 05f48cf

Browse files
committed
expose d.enableAutoImportCompletions, fix #451
1 parent 919913a commit 05f48cf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

package.json

+7
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,13 @@
428428
"default": true,
429429
"markdownDescription": "Enable auto-completion in D files, mostly powered by DCD.\n\nIf you have a custom DCD setup, you can change the started dcd-server binary through the `#d.dcdServerPath#` setting."
430430
},
431+
"d.enableAutoImportCompletions": {
432+
"order": 0,
433+
"type": "boolean",
434+
"scope": "resource",
435+
"default": true,
436+
"markdownDescription": "Enable auto-completion in D files for symbols that are indexed, but not yet imported. Automatically imports them on use.\n\nFor this to work, the `#d.enableIndex#` setting must be enabled."
437+
},
431438
"d.stdlibPath": {
432439
"scope": "machine-overridable",
433440
"title": "Standard Library (Phobos) Path",

0 commit comments

Comments
 (0)