plugins.rust-tools.server.inlayHints.typeHints.enable
Whether to show inlay type hints for variables.
Type: null or boolean
Default:
null
Plugin default: true
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#
.
Type: null or boolean
Default:
null
Plugin default: false
Declared by:
plugins.rust-tools.server.inlayHints.typeHints.hideNamedConstructor
Whether to hide inlay type hints for constructors.
Type: null or boolean
Default:
null
Plugin default: false
Declared by: