Skip to content

Commit 462e427

Browse files
committed
feat: add kotlin.indexing.enabled option
1 parent 6e0bed6 commit 462e427

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
@@ -95,6 +95,11 @@
9595
"default": 250,
9696
"description": "[DEBUG] Specifies the debounce time limit. Lower to increase responsiveness at the cost of possibile stability issues."
9797
},
98+
"kotlin.indexing.enabled": {
99+
"type": "boolean",
100+
"default": true,
101+
"description": "Whether global symbols in the project should be indexed automatically in the background. This enables e.g. code completion for unimported classes and functions."
102+
},
98103
"kotlin.completion.snippets.enabled": {
99104
"type": "boolean",
100105
"default": true,

0 commit comments

Comments
 (0)