aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKirill Bulatov <[email protected]>2020-02-22 10:52:49 +0000
committerGitHub <[email protected]>2020-02-22 10:52:49 +0000
commit6f8d70363d0860aa84665910568ed5a9b53b1bc8 (patch)
tree838d8d7ebe8fbf5acb572cf2c98f5ae46bbd50f5 /docs
parent68c34d1f638c90350d28376d68971e811b80a660 (diff)
One more tiny doc fix
Diffstat (limited to 'docs')
-rw-r--r--docs/user/features.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/features.md b/docs/user/features.md
index ef58393cd..e0735dcd8 100644
--- a/docs/user/features.md
+++ b/docs/user/features.md
@@ -177,7 +177,7 @@ Two types of inlay hints are displayed currently:
177In VS Code, the following settings can be used to configure the inlay hints: 177In VS Code, the following settings can be used to configure the inlay hints:
178 178
179* `rust-analyzer.displayInlayHints` — toggles inlay hints display on or off 179* `rust-analyzer.displayInlayHints` — toggles inlay hints display on or off
180* rust-analyzer.maxInlayHintLength — shortens the hints if their length exceeds the value specified. If no value is specified (`null`), no shorteninng is applied. 180* `rust-analyzer.maxInlayHintLength` — shortens the hints if their length exceeds the value specified. If no value is specified (`null`), no shorteninng is applied.
181 181
182**Note:** VS Code does not have native support for inlay hints [yet](https://github.com/microsoft/vscode/issues/16221) and the hints are implemented using decorations. 182**Note:** VS Code does not have native support for inlay hints [yet](https://github.com/microsoft/vscode/issues/16221) and the hints are implemented using decorations.
183This approach has limitations: the caret movement near the end of the hint may look [weird](https://github.com/rust-analyzer/rust-analyzer/issues/1623). 183This approach has limitations: the caret movement near the end of the hint may look [weird](https://github.com/rust-analyzer/rust-analyzer/issues/1623).