From c1f9a1a1c5f32f9fb311e6e91033e1811c5acc47 Mon Sep 17 00:00:00 2001 From: Matt Hooper Date: Tue, 24 Mar 2020 01:10:03 +0100 Subject: Updated docs --- docs/user/features.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/user/features.md') diff --git a/docs/user/features.md b/docs/user/features.md index 45360c633..56d2969fd 100644 --- a/docs/user/features.md +++ b/docs/user/features.md @@ -185,6 +185,7 @@ These contain extended information on the hovered language item. Two types of inlay hints are displayed currently: * type hints, displaying the minimal information on the type of the expression (if the information is available) +* method chaining hints, type information for multi-line method chains * parameter name hints, displaying the names of the parameters in the corresponding methods #### VS Code @@ -192,6 +193,7 @@ Two types of inlay hints are displayed currently: In VS Code, the following settings can be used to configure the inlay hints: * `rust-analyzer.inlayHints.typeHints` - enable hints for inferred types. +* `rust-analyzer.inlayHints.chainingHints` - enable hints for inferred types on method chains. * `rust-analyzer.inlayHints.parameterHints` - enable hints for function parameters. * `rust-analyzer.inlayHints.maxLength` — shortens the hints if their length exceeds the value specified. If no value is specified (`null`), no shortening is applied. -- cgit v1.2.3