plugins.lsp.servers.rust-analyzer.settings.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.
"fill_arguments"
Type: null or one of “fill_arguments”, “add_parentheses”, “none”
Default:
null
Declared by: