Auto merge of #14758 - lumenian:hover-layout-config, r=HKalbasi
Add config for disabling hover memory layout data Requested in https://github.com/rust-lang/rust-analyzer/pull/14748#issuecomment-1537190252
This commit is contained in:
commit
833d5301d1
7 changed files with 90 additions and 15 deletions
|
|
@ -955,7 +955,12 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"rust-analyzer.hover.links.enable": {
|
||||
"markdownDescription": "Use markdown syntax for links in hover.",
|
||||
"markdownDescription": "Use markdown syntax for links on hover.",
|
||||
"default": true,
|
||||
"type": "boolean"
|
||||
},
|
||||
"rust-analyzer.hover.memoryLayout.enable": {
|
||||
"markdownDescription": "Whether to show memory layout data on hover.",
|
||||
"default": true,
|
||||
"type": "boolean"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue