Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 977f0ba

Browse files
committed
Update package.json
1 parent 7cbde1b commit 977f0ba

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/user/generated_config.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,11 @@ Whether to allow import insertion to merge new imports into single path glob imp
344344
--
345345
The path structure for newly inserted paths to use.
346346
--
347+
[[rust-analyzer.inlayHints.bindingModeHints.enable]]rust-analyzer.inlayHints.bindingModeHints.enable (default: `false`)::
348+
+
349+
--
350+
Whether to show inlay type hints for binding modes.
351+
--
347352
[[rust-analyzer.inlayHints.chainingHints.enable]]rust-analyzer.inlayHints.chainingHints.enable (default: `true`)::
348353
+
349354
--

editors/code/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -784,6 +784,11 @@
784784
"Force import paths to be absolute by always starting them with `crate` or the extern crate name they come from."
785785
]
786786
},
787+
"rust-analyzer.inlayHints.bindingModeHints.enable": {
788+
"markdownDescription": "Whether to show inlay type hints for binding modes.",
789+
"default": false,
790+
"type": "boolean"
791+
},
787792
"rust-analyzer.inlayHints.chainingHints.enable": {
788793
"markdownDescription": "Whether to show inlay type hints for method chains.",
789794
"default": true,

0 commit comments

Comments
 (0)