plugins.rustaceanvim.settings.server.default_settings.rust-analyzer.inlayHints.typeHints.enable

Whether to show inlay type hints for variables.

Type: null or boolean

Default: null

Plugin default: true

plugins.rustaceanvim.settings.server.default_settings.rust-analyzer.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#.

Type: null or boolean

Default: null

Plugin default: false

plugins.rustaceanvim.settings.server.default_settings.rust-analyzer.inlayHints.typeHints.hideNamedConstructor

Whether to hide inlay type hints for constructors.

Type: null or boolean

Default: null

Plugin default: false