plugins.rust-tools.server.completion.hideDeprecated
Whether to omit deprecated items from autocompletion. By default they are marked as deprecated but not hidden.
Type: null or boolean
Default:
null
Plugin default: false
Declared by:
plugins.rust-tools.server.completion.limit
Maximum number of completions to return. If None
, the limit is infinite.
Type: null or signed integer
Default:
null
Plugin default: null
Declared by: