plugins.lsp.servers.rust-analyzer.settings.hover.memoryLayout.enable
Whether to show memory layout data on hover.
default:
true
Type: null or boolean
Default:
null
Declared by:
plugins.lsp.servers.rust-analyzer.settings.hover.memoryLayout.alignment
How to render the align information in a memory layout hover.
default:
"hexadecimal"
Type: null or null or one of “both”, “decimal”, “hexadecimal”
Default:
null
Declared by:
plugins.lsp.servers.rust-analyzer.settings.hover.memoryLayout.niches
How to render the niche information in a memory layout hover.
default:
false
Type: null or null or boolean
Default:
null
Declared by:
plugins.lsp.servers.rust-analyzer.settings.hover.memoryLayout.offset
How to render the offset information in a memory layout hover.
default:
"hexadecimal"
Type: null or null or one of “both”, “decimal”, “hexadecimal”
Default:
null
Declared by:
plugins.lsp.servers.rust-analyzer.settings.hover.memoryLayout.size
How to render the size information in a memory layout hover.
default:
"both"
Type: null or null or one of “both”, “decimal”, “hexadecimal”
Default:
null
Declared by: