plugins.rust-tools.server.hover.maxSubstitutionLength
Whether to show what types are used as generic arguments in calls etc. on hover, and what is their max length to show such types, beyond it 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: