diff options
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/ols.schema.json | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/misc/ols.schema.json b/misc/ols.schema.json index 8f1ffe7..2d287da 100644 --- a/misc/ols.schema.json +++ b/misc/ols.schema.json @@ -65,10 +65,20 @@ "description": "Automatically import packages that aren't in your import on completion", "default": true }, - "enable_references": { "type": "boolean" }, + "enable_references": { + "type": "boolean", + "description": "Turns on finding references for a symbol.", + "default": true + }, + "enable_completion_matching": { + "type": "boolean", + "description": "Attempt to match types and pointers when passing arguments to procedures.", + "default": true + }, "enable_fake_methods": { "type": "boolean", "description": "Turn on fake methods completion." + "default": false }, "disable_parser_errors": { "type": "boolean" }, "verbose": { |