aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Bulatov <[email protected]>2020-02-22 11:35:48 +0000
committerGitHub <[email protected]>2020-02-22 11:35:48 +0000
commit818a4ea27225a4176fb191bed5eb329c807045a7 (patch)
tree2893462d6d6388a6c9135184272e0ed0e21f4b76
parent6f8d70363d0860aa84665910568ed5a9b53b1bc8 (diff)
Fix a typo
-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 e0735dcd8..a9cff34d2 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 shortening 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).