diff options
| author | Bradley Lewis <22850972+BradLewis@users.noreply.github.com> | 2025-09-27 13:54:34 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-27 13:54:34 -0400 |
| commit | 4a2a71e12d61be1cd8ca486d96de8dd47dd49df2 (patch) | |
| tree | 68d0da9ad2a1b5e167497ac8264d7e8c0294ea5d /README.md | |
| parent | d9e6c6aa6988e880448c1418c4a904c66f157fc3 (diff) | |
| parent | 2d585d7ec2c1e47b1f48f6be7ae2e7da37aeafcc (diff) | |
Merge pull request #1060 from thetarnav/inlay_hints_implicit_return_values
Add inlay hints for implicit return values (closes #1058)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -82,11 +82,11 @@ Options: - `enable_completion_matching`: Attempt to match types and pointers when passing arguments to procedures. _(Enabled by default)_ -- `enable_inlay_hints`: Turn on inlay hints for editors that support it. When using inlay hints there are 2 configuration options +- `enable_inlay_hints_params`: Turn on inlay hints for (non-default) parameters. - - `enable_inlay_hints_params`: Turn on inlay hints for (non-default) parameters. _(Enabled by default)_ +- `enable_inlay_hints_default_params`: Turn on inlay hints for default parameters. - - `enable_inlay_hints_default_params`: Turn on inlay hints for default parameters. _(Enabled by default)_ +- `enable_inlay_hints_implicit_return`: Turn on inlay hints for implicit return values. - `enable_semantic_tokens`: Turns on syntax highlighting. |