diff options
Diffstat (limited to 'docs/user/generated_config.adoc')
-rw-r--r-- | docs/user/generated_config.adoc | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/docs/user/generated_config.adoc b/docs/user/generated_config.adoc index 34a91486b..4105d784f 100644 --- a/docs/user/generated_config.adoc +++ b/docs/user/generated_config.adoc | |||
@@ -205,6 +205,16 @@ In some editors (e.g. vscode) semantic tokens override other highlighting gramma | |||
205 | By disabling semantic tokens for strings, other grammars can be used to highlight | 205 | By disabling semantic tokens for strings, other grammars can be used to highlight |
206 | their contents. | 206 | their contents. |
207 | -- | 207 | -- |
208 | [[rust-analyzer.hover.documentation]]rust-analyzer.hover.documentation (default: `true`):: | ||
209 | + | ||
210 | -- | ||
211 | Whether to show documentation on hover. | ||
212 | -- | ||
213 | [[rust-analyzer.hover.linksInHover]]rust-analyzer.hover.linksInHover (default: `true`):: | ||
214 | + | ||
215 | -- | ||
216 | Use markdown syntax for links in hover. | ||
217 | -- | ||
208 | [[rust-analyzer.hoverActions.debug]]rust-analyzer.hoverActions.debug (default: `true`):: | 218 | [[rust-analyzer.hoverActions.debug]]rust-analyzer.hoverActions.debug (default: `true`):: |
209 | + | 219 | + |
210 | -- | 220 | -- |
@@ -240,11 +250,6 @@ Whether to show `References` action. Only applies when | |||
240 | Whether to show `Run` action. Only applies when | 250 | Whether to show `Run` action. Only applies when |
241 | `#rust-analyzer.hoverActions.enable#` is set. | 251 | `#rust-analyzer.hoverActions.enable#` is set. |
242 | -- | 252 | -- |
243 | [[rust-analyzer.hoverActions.linksInHover]]rust-analyzer.hoverActions.linksInHover (default: `true`):: | ||
244 | + | ||
245 | -- | ||
246 | Use markdown syntax for links in hover. | ||
247 | -- | ||
248 | [[rust-analyzer.inlayHints.chainingHints]]rust-analyzer.inlayHints.chainingHints (default: `true`):: | 253 | [[rust-analyzer.inlayHints.chainingHints]]rust-analyzer.inlayHints.chainingHints (default: `true`):: |
249 | + | 254 | + |
250 | -- | 255 | -- |