diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2022-05-13 21:17:03 +0200 |
|---|---|---|
| committer | Lukas Wirth <lukastw97@gmail.com> | 2022-05-13 21:17:03 +0200 |
| commit | 8ac429dad9a28ccbbdbc218b4f06f0eb7b647d5e (patch) | |
| tree | 9d27aa841016dcd253c2839c387382b29cb9a64b /docs | |
| parent | 3577c44dee95f0b2b5367dd034f5188317be08eb (diff) | |
| download | rust-8ac429dad9a28ccbbdbc218b4f06f0eb7b647d5e.tar.gz rust-8ac429dad9a28ccbbdbc218b4f06f0eb7b647d5e.zip | |
fix: Fix incorrect hover actions config keys
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 c6fa55c05b3..35e0a4082eb 100644 --- a/docs/user/generated_config.adoc +++ b/docs/user/generated_config.adoc @@ -278,7 +278,7 @@ Enables highlighting of all break points for a loop or block context while the c + -- Whether to show `Debug` action. Only applies when -`#rust-analyzer.hoverActions.enable#` is set. +`#rust-analyzer.hover.actions.enable#` is set. -- [[rust-analyzer.hover.actions.enable]]rust-analyzer.hover.actions.enable (default: `true`):: + @@ -289,25 +289,25 @@ Whether to show HoverActions in Rust files. + -- Whether to show `Go to Type Definition` action. Only applies when -`#rust-analyzer.hoverActions.enable#` is set. +`#rust-analyzer.hover.actions.enable#` is set. -- [[rust-analyzer.hover.actions.implementations.enable]]rust-analyzer.hover.actions.implementations.enable (default: `true`):: + -- Whether to show `Implementations` action. Only applies when -`#rust-analyzer.hoverActions.enable#` is set. +`#rust-analyzer.hover.actions.enable#` is set. -- [[rust-analyzer.hover.actions.references.enable]]rust-analyzer.hover.actions.references.enable (default: `false`):: + -- Whether to show `References` action. Only applies when -`#rust-analyzer.hoverActions.enable#` is set. +`#rust-analyzer.hover.actions.enable#` is set. -- [[rust-analyzer.hover.actions.run.enable]]rust-analyzer.hover.actions.run.enable (default: `true`):: + -- Whether to show `Run` action. Only applies when -`#rust-analyzer.hoverActions.enable#` is set. +`#rust-analyzer.hover.actions.enable#` is set. -- [[rust-analyzer.hover.documentation.enable]]rust-analyzer.hover.documentation.enable (default: `true`):: + |
