diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/user/features.md | 2 |
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: | |||
177 | In VS Code, the following settings can be used to configure the inlay hints: | 177 | In 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. |
183 | This approach has limitations: the caret movement near the end of the hint may look [weird](https://github.com/rust-analyzer/rust-analyzer/issues/1623). | 183 | This approach has limitations: the caret movement near the end of the hint may look [weird](https://github.com/rust-analyzer/rust-analyzer/issues/1623). |