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

Whether to show inlay type hints for variables.

default:

true

Type: null or boolean

Default: null

Declared by:

plugins.rust-tools.server.inlayHints.typeHints.hideClosureInitialization

Whether to hide inlay type hints for let statements that initialize to a closure. Only applies to closures with blocks, same as #rust-analyzer.inlayHints.closureReturnTypeHints.enable#.

default:

false

Type: null or boolean

Default: null

Declared by:

plugins.rust-tools.server.inlayHints.typeHints.hideNamedConstructor

Whether to hide inlay type hints for constructors.

default:

false

Type: null or boolean

Default: null

Declared by: