diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2022-04-27 17:51:44 +0200 |
|---|---|---|
| committer | Lukas Wirth <lukastw97@gmail.com> | 2022-05-01 19:57:08 +0200 |
| commit | 3d17261972fcf5f55660a6e2889608142426d5c3 (patch) | |
| tree | d62ab92a3ad5f909c86a03703309904b94cbb0e4 /docs | |
| parent | b84f3cc98f391167e91d9ed4cebd61ea34edcede (diff) | |
| download | rust-3d17261972fcf5f55660a6e2889608142426d5c3.tar.gz rust-3d17261972fcf5f55660a6e2889608142426d5c3.zip | |
Adjust signature info and enum variant lenses
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/user/generated_config.adoc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/user/generated_config.adoc b/docs/user/generated_config.adoc index c70bf206ffe..ab9f7db8847 100644 --- a/docs/user/generated_config.adoc +++ b/docs/user/generated_config.adoc @@ -413,7 +413,7 @@ Whether to show `Implementations` lens. Only applies when Whether to show `References` lens for Struct, Enum, and Union. Only applies when `#rust-analyzer.lens.enable#` is set. -- -[[rust-analyzer.lens.references.adt.variant.enable]]rust-analyzer.lens.references.adt.variant.enable (default: `false`):: +[[rust-analyzer.lens.references.enumVariant.enable]]rust-analyzer.lens.references.enumVariant.enable (default: `false`):: + -- Whether to show `References` lens for Enum Variants. @@ -539,15 +539,15 @@ In some editors (e.g. vscode) semantic tokens override other highlighting gramma By disabling semantic tokens for strings, other grammars can be used to highlight their contents. -- -[[rust-analyzer.signatureInfo.documentation.enable]]rust-analyzer.signatureInfo.documentation.enable (default: `true`):: +[[rust-analyzer.signatureInfo.detail]]rust-analyzer.signatureInfo.detail (default: `"full"`):: + -- -Show documentation. +Show full signature of the callable. Only shows parameters if disabled. -- -[[rust-analyzer.signatureInfo.signature.enable]]rust-analyzer.signatureInfo.signature.enable (default: `true`):: +[[rust-analyzer.signatureInfo.documentation.enable]]rust-analyzer.signatureInfo.documentation.enable (default: `true`):: + -- -Show full signature of the callable. Only shows parameters if disabled. +Show documentation. -- [[rust-analyzer.workspace.symbol.search.kind]]rust-analyzer.workspace.symbol.search.kind (default: `"only_types"`):: + |
