diff options
| author | bors <bors@rust-lang.org> | 2022-05-16 11:16:22 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-05-16 11:16:22 +0000 |
| commit | 1dc25e51a0d7af35809187bf1eb8e0bd9386fc11 (patch) | |
| tree | a124c31df777fbec086b997272eeee38eae95e49 /docs | |
| parent | ac4ce4259b906e7998695722b5af4cf2f261b250 (diff) | |
| parent | 977f0ba968203918b135c3d99380db9f9a5c2c19 (diff) | |
| download | rust-1dc25e51a0d7af35809187bf1eb8e0bd9386fc11.tar.gz rust-1dc25e51a0d7af35809187bf1eb8e0bd9386fc11.zip | |
Auto merge of #12253 - Veykril:bm, r=Veykril
feat: Add binding mode inlay hints 
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/user/generated_config.adoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/user/generated_config.adoc b/docs/user/generated_config.adoc index f2c8cb95c9b..57f04067a3d 100644 --- a/docs/user/generated_config.adoc +++ b/docs/user/generated_config.adoc @@ -345,6 +345,11 @@ Whether to allow import insertion to merge new imports into single path glob imp -- The path structure for newly inserted paths to use. -- +[[rust-analyzer.inlayHints.bindingModeHints.enable]]rust-analyzer.inlayHints.bindingModeHints.enable (default: `false`):: ++ +-- +Whether to show inlay type hints for binding modes. +-- [[rust-analyzer.inlayHints.chainingHints.enable]]rust-analyzer.inlayHints.chainingHints.enable (default: `true`):: + -- |
