plugins.rust-tools.server.hover.show.enumVariants

How many variants of an enum to display when hovering on. Show none if empty.

Type: null or signed integer

Default: null

Plugin default: 5

Declared by:

plugins.rust-tools.server.hover.show.fields

How many fields of a struct, variant or union to display when hovering on. Show none if empty.

Type: null or signed integer

Default: null

Plugin default: 5

Declared by:

plugins.rust-tools.server.hover.show.traitAssocItems

How many associated items of a trait to display when hovering a trait.

Type: null or signed integer

Default: null

Plugin default: null

Declared by: