diff options
| author | Brad Lewis <22850972+BradLewis@users.noreply.github.com> | 2026-01-27 14:57:34 +1100 |
|---|---|---|
| committer | Brad Lewis <22850972+BradLewis@users.noreply.github.com> | 2026-01-27 14:57:45 +1100 |
| commit | 35fd3cef3b94c0495508b229db9ff6da647a6c46 (patch) | |
| tree | 1951cde48c36cc6b0f6f098241ee3bfd534d697f /README.md | |
| parent | 7349330c3ff8dba777ff01dfcf284588c3b01471 (diff) | |
Add option to put the signature help for comp lits in the docs to improve rendering with certain editors
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -103,6 +103,8 @@ Options: - `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. +- `enable_comp_lit_signature_help_use_docs`: Put signature help for comp lits in the documentation. This will allow it to be rendered nicely using markdown in editors that render the label without colour on one line. + - `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. |