File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 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.
486486--
487487Whether to prefer using parameter names as the name for elided lifetime hints if possible.
488488--
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- --
494489[[rust-analyzer.inlayHints.maxLength]]rust-analyzer.inlayHints.maxLength (default: `25` )::
495490+
496491--
Original file line number Diff line number Diff line change 10381038 "default" : false ,
10391039 "type" : " boolean"
10401040 },
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- },
10461041 "rust-analyzer.inlayHints.maxLength" : {
10471042 "markdownDescription" : " Maximum length for inlay hints. Set to null to have an unlimited length." ,
10481043 "default" : 25 ,
You can’t perform that action at this time.
0 commit comments