From d304352407c3d3fe04aeedb9f834ba454b17f38c Mon Sep 17 00:00:00 2001 From: Lukas Wirth Date: Wed, 2 Jun 2021 22:10:09 +0200 Subject: Document that `addCallArgumentSnippets` requires `addCallParenthesis --- crates/rust-analyzer/src/config.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'crates') diff --git a/crates/rust-analyzer/src/config.rs b/crates/rust-analyzer/src/config.rs index ae78fd4f6..c33cdb740 100644 --- a/crates/rust-analyzer/src/config.rs +++ b/crates/rust-analyzer/src/config.rs @@ -92,6 +92,7 @@ config_data! { checkOnSave_overrideCommand: Option> = "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", -- cgit v1.2.3