This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ config_data! {
316
316
/// Use markdown syntax for links on hover.
317
317
hover_links_enable: bool = "true" ,
318
318
/// Whether to show memory layout data on hover.
319
- hover_memory_layout_enable : bool = "true" ,
319
+ hover_memoryLayout_enable : bool = "true" ,
320
320
321
321
/// Whether to enforce the import granularity setting for all files. If set to false rust-analyzer will try to keep import styles consistent per file.
322
322
imports_granularity_enforce: bool = "false" ,
@@ -1474,7 +1474,7 @@ impl Config {
1474
1474
pub fn hover ( & self ) -> HoverConfig {
1475
1475
HoverConfig {
1476
1476
links_in_hover : self . data . hover_links_enable ,
1477
- memory_layout : self . data . hover_memory_layout_enable ,
1477
+ memory_layout : self . data . hover_memoryLayout_enable ,
1478
1478
documentation : self . data . hover_documentation_enable ,
1479
1479
format : {
1480
1480
let is_markdown = try_or_def ! ( self
Original file line number Diff line number Diff line change @@ -423,7 +423,7 @@ Whether to show keyword hover popups. Only applies when
423
423
--
424
424
Use markdown syntax for links on hover.
425
425
--
426
- [[rust-analyzer.hover.memory.layout. enable]]rust-analyzer.hover.memory.layout .enable (default: `true` )::
426
+ [[rust-analyzer.hover.memoryLayout. enable]]rust-analyzer.hover.memoryLayout .enable (default: `true` )::
427
427
+
428
428
--
429
429
Whether to show memory layout data on hover.
Original file line number Diff line number Diff line change 959
959
"default" : true ,
960
960
"type" : " boolean"
961
961
},
962
- "rust-analyzer.hover.memory.layout .enable" : {
962
+ "rust-analyzer.hover.memoryLayout .enable" : {
963
963
"markdownDescription" : " Whether to show memory layout data on hover." ,
964
964
"default" : true ,
965
965
"type" : " boolean"
You can’t perform that action at this time.
0 commit comments