aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBradley Lewis <22850972+BradLewis@users.noreply.github.com>2025-12-12 18:15:19 +1100
committerGitHub <noreply@github.com>2025-12-12 18:15:19 +1100
commit71eb09f0993a150503151fb8bb059ccd5f557b1d (patch)
tree376892711a5e0d3fccfb873428ab5975da725a6f /README.md
parentd1eed532dc6b5746751b7a4341da8b6dbcba6b94 (diff)
parentfd5978ff227617b9f2970cbeae7e283ece6c83af (diff)
Merge pull request #1214 from BradLewis/feat/optional-comp-lit-signature-help
Add readme description for `enable_comp_lit_signature_help`
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 25c94c1..44a2ac2 100644
--- a/README.md
+++ b/README.md
@@ -101,6 +101,8 @@ Options:
- `enable_auto_import`: Automatically import packages that aren't in your import on completion.
+- `enable_comp_lit_signature_help`: Provide signature help for comp lits such as when instantiating structs. Will not display correctly on some editors such as vscode.
+
- `odin_command`: Specify the location to your Odin executable, rather than relying on the environment path.
- `odin_root_override`: Allows you to specify a custom `ODIN_ROOT` that `ols` will use to look for `odin` core libraries when implementing custom runtimes.