File tree 2 files changed +0
-10
lines changed
2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -486,11 +486,6 @@ Whether to show inlay type hints for elided lifetimes in function signatures.
486
486
--
487
487
Whether to prefer using parameter names as the name for elided lifetime hints if possible.
488
488
--
489
- [[rust-analyzer.inlayHints.locationLinks]]rust-analyzer.inlayHints.locationLinks (default: `true` )::
490
- +
491
- --
492
- Whether to use location links for parts of type mentioned in inlay hints.
493
- --
494
489
[[rust-analyzer.inlayHints.maxLength]]rust-analyzer.inlayHints.maxLength (default: `25` )::
495
490
+
496
491
--
Original file line number Diff line number Diff line change 1038
1038
"default" : false ,
1039
1039
"type" : " boolean"
1040
1040
},
1041
- "rust-analyzer.inlayHints.locationLinks" : {
1042
- "markdownDescription" : " Whether to use location links for parts of type mentioned in inlay hints." ,
1043
- "default" : true ,
1044
- "type" : " boolean"
1045
- },
1046
1041
"rust-analyzer.inlayHints.maxLength" : {
1047
1042
"markdownDescription" : " Maximum length for inlay hints. Set to null to have an unlimited length." ,
1048
1043
"default" : 25 ,
You can’t perform that action at this time.
0 commit comments