This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -344,6 +344,11 @@ Whether to allow import insertion to merge new imports into single path glob imp
344
344
--
345
345
The path structure for newly inserted paths to use.
346
346
--
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
+ --
347
352
[[rust-analyzer.inlayHints.chainingHints.enable]]rust-analyzer.inlayHints.chainingHints.enable (default: `true` )::
348
353
+
349
354
--
Original file line number Diff line number Diff line change 784
784
" Force import paths to be absolute by always starting them with `crate` or the extern crate name they come from."
785
785
]
786
786
},
787
+ "rust-analyzer.inlayHints.bindingModeHints.enable" : {
788
+ "markdownDescription" : " Whether to show inlay type hints for binding modes." ,
789
+ "default" : false ,
790
+ "type" : " boolean"
791
+ },
787
792
"rust-analyzer.inlayHints.chainingHints.enable" : {
788
793
"markdownDescription" : " Whether to show inlay type hints for method chains." ,
789
794
"default" : true ,
You can’t perform that action at this time.
0 commit comments