mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-03 05:13:35 +00:00
expose config for hover struct field display
This commit is contained in:
parent
6f6b03f9de
commit
d81148a009
3 changed files with 17 additions and 0 deletions
|
|
@ -1144,6 +1144,15 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"rust-analyzer.hover.show.structFields": {
|
||||
"markdownDescription": "How many fields of a struct to display when hovering a struct.",
|
||||
"default": null,
|
||||
"type": [
|
||||
"null",
|
||||
"integer"
|
||||
],
|
||||
"minimum": 0
|
||||
},
|
||||
"rust-analyzer.hover.show.traitAssocItems": {
|
||||
"markdownDescription": "How many associated items of a trait to display when hovering a trait.",
|
||||
"default": null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue