aboutsummaryrefslogtreecommitdiff
path: root/docs/user
diff options
context:
space:
mode:
authorLukas Wirth <[email protected]>2021-06-14 14:25:10 +0100
committerLukas Wirth <[email protected]>2021-06-14 14:25:10 +0100
commita93d166f0fecb748d8cb04aab7f5406bf6308c2d (patch)
treeceda7b8ea1bf1c2949c75191e4faa41693f8f19e /docs/user
parent388a91c8a8d542f7a8e0ddff879cce4d4c2b20ae (diff)
Make documentation on hover configurable
Diffstat (limited to 'docs/user')
-rw-r--r--docs/user/generated_config.adoc15
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
205By disabling semantic tokens for strings, other grammars can be used to highlight 205By disabling semantic tokens for strings, other grammars can be used to highlight
206their contents. 206their contents.
207-- 207--
208[[rust-analyzer.hover.documentation]]rust-analyzer.hover.documentation (default: `true`)::
209+
210--
211Whether to show documentation on hover.
212--
213[[rust-analyzer.hover.linksInHover]]rust-analyzer.hover.linksInHover (default: `true`)::
214+
215--
216Use 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
240Whether to show `Run` action. Only applies when 250Whether 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--
246Use 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--