plugins.rust-tools.server.inlayHints.typeHints.enable
Show inlay type hints for variables.
Type: null or boolean
Default:
null
Plugin default: true
Declared by:
plugins.rust-tools.server.inlayHints.typeHints.hideClosureInitialization
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.hideClosureParameter
Hide inlay parameter type hints for closures.
Type: null or boolean
Default:
null
Plugin default: false
Declared by:
plugins.rust-tools.server.inlayHints.typeHints.hideNamedConstructor
Hide inlay type hints for constructors.
Type: null or boolean
Default:
null
Plugin default: false
Declared by: