diff options
| author | Brad Lewis <22850972+BradLewis@users.noreply.github.com> | 2025-12-11 07:25:13 -0500 |
|---|---|---|
| committer | Brad Lewis <22850972+BradLewis@users.noreply.github.com> | 2025-12-11 07:25:13 -0500 |
| commit | a13716d68e7cde284a762c7ccbbcc9b864db3ada (patch) | |
| tree | 2ed804fb1c8a52e86462a73670fe016758f93093 /misc | |
| parent | 465e4b4f1472ee4a2786321409d9f58eb79259e8 (diff) | |
Add optional feature for displaying signature help for comp literals
Diffstat (limited to 'misc')
| -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 b5ebd93..fd022af 100644 --- a/misc/ols.schema.json +++ b/misc/ols.schema.json @@ -92,6 +92,11 @@ "description": "Follow links when opening documentation.", "default": true }, + "enable_comp_lit_signature_help": { + "type": "boolean", + "description": "Provide signature help for comp lits such as when instanciating structs. Will not display correctly on some editors such as vscode.", + "default": false + }, "disable_parser_errors": { "type": "boolean" }, "verbose": { "type": "boolean", |