plugins.lsp.servers.rust_analyzer.settings.hover.maxSubstitutionLength
Show what types are used as generic arguments in calls etc. on hover, and limit the max length to show such types, beyond which they will be shown with ellipsis.
This can take three values: null
means “unlimited”, the string "hide"
means to not
show generic substitutions at all, and a number means to limit them to X characters.
The default is 20 characters.
Type: null or value “hide” (singular enum) or signed integer
Default:
null
Plugin default: 20
Declared by: