plugins.lsp.servers.rust-analyzer.settings.inlayHints.closureReturnTypeHints.enable

Whether to show inlay type hints for return types of closures.

Values:

  • always: Always show type hints for return types of closures.
  • never: Never show type hints for return types of closures.
  • with_block: Only show type hints for return types of closures with blocks.
"never"

Type: null or one of “always”, “never”, “with_block”

Default: null

Declared by: