plugins.rust-tools.server.completion.callable.snippets
Whether to add parenthesis and argument snippets when completing function.
Values:
- fill_arguments: Add call parentheses and pre-fill arguments.
- add_parentheses: Add call parentheses.
- none: Do no snippet completions for callables.
Type: null or one of “fill_arguments”, “add_parentheses”, “none”
Default:
null
Plugin default: "fill_arguments"
Declared by: