plugins.lsp.servers.rust-analyzer.settings.hover.show.enumVariants

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

default:

5

Type: null or null or signed integer

Default: null

Declared by:

plugins.lsp.servers.rust-analyzer.settings.hover.show.fields

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

default:

5

Type: null or null or signed integer

Default: null

Declared by:

plugins.lsp.servers.rust-analyzer.settings.hover.show.traitAssocItems

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

default:

null

Type: null or null or signed integer

Default: null

Declared by: