diff options
Diffstat (limited to 'misc/ols.schema.json')
| -rw-r--r-- | misc/ols.schema.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/ols.schema.json b/misc/ols.schema.json index a374681..3fbc0d2 100644 --- a/misc/ols.schema.json +++ b/misc/ols.schema.json @@ -39,6 +39,11 @@ "type": "boolean", "description": "Turn on inlay hints for editors that support it." }, + "enable_procedure_snippet": { + "type": "boolean", + "description": "Use snippets when completing procedures—adds parenthesis after the name.", + "default": true + }, "enable_references": { "type": "boolean" }, "enable_fake_methods": { "type": "boolean", |