plugins.rust-tools.server.inlayHints.closingBraceHints.enable

Whether to show inlay hints after a closing } to indicate what item it belongs to.

default:

true

Type: null or boolean

Default: null

Declared by:

plugins.rust-tools.server.inlayHints.closingBraceHints.minLines

Minimum number of lines required before the } until the hint is shown (set to 0 or 1 to always show them).

default:

25

Type: null or signed integer

Default: null

Declared by: