Document that addCallArgumentSnippets requires `addCallParenthesis

This commit is contained in:
Lukas Wirth 2021-06-02 22:10:09 +02:00
parent 5be653d426
commit d304352407
3 changed files with 3 additions and 1 deletions

View file

@ -92,6 +92,7 @@ config_data! {
checkOnSave_overrideCommand: Option<Vec<String>> = "null",
/// Whether to add argument snippets when completing functions.
/// Only applies when `#rust-analyzer.completion.addCallParenthesis#` is set.
completion_addCallArgumentSnippets: bool = "true",
/// Whether to add parenthesis when completing functions.
completion_addCallParenthesis: bool = "true",