You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user/features.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -191,8 +191,9 @@ Two types of inlay hints are displayed currently:
191
191
192
192
In VS Code, the following settings can be used to configure the inlay hints:
193
193
194
-
*`rust-analyzer.inlayHintOpts.displayType` configure which types of inlay hints are shown.
195
-
*`rust-analyzer.inlayHintOpts.maxLength` — shortens the hints if their length exceeds the value specified. If no value is specified (`null`), no shortening is applied.
194
+
*`rust-analyzer.inlayHints.typeHints` - enable hints for inferred types.
195
+
*`rust-analyzer.inlayHints.parameterHints` - enable hints for function parameters.
196
+
*`rust-analyzer.inlayHints.maxLength` — shortens the hints if their length exceeds the value specified. If no value is specified (`null`), no shortening is applied.
196
197
197
198
**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.
198
199
This approach has limitations, the caret movement and bracket highlighting near the edges of the hint may be weird:
0 commit comments