plugins.rust-tools.server.lens.enable
Whether to show CodeLens in Rust files.
default:
true
Type: null or boolean
Default:
null
Declared by:
plugins.rust-tools.server.lens.forceCustomCommands
Internal config: use custom client-side commands even when the client doesn’t set the corresponding capability.
default:
true
Type: null or boolean
Default:
null
Declared by:
plugins.rust-tools.server.lens.location
Where to render annotations.
Values:
- above_name: Render annotations above the name of the item.
- above_whole_item: Render annotations above the whole item, including documentation comments and attributes.
"above_name"
Type: null or one of “above_name”, “above_whole_item”
Default:
null
Declared by: