plugins.rust-tools.server.lens.enable
Whether to show CodeLens in Rust files.
Type: null or boolean
Default:
null
Plugin default: true
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.
Type: null or one of “above_name”, “above_whole_item”
Default:
null
Plugin default: "above_name"
Declared by: