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 --- editors/code/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors') diff --git a/editors/code/package.json b/editors/code/package.json index 42a06e137..4a5070d02 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -553,7 +553,7 @@ } }, "rust-analyzer.completion.addCallArgumentSnippets": { - "markdownDescription": "Whether to add argument snippets when completing functions.", + "markdownDescription": "Whether to add argument snippets when completing functions.\nOnly applies when `#rust-analyzer.completion.addCallParenthesis#` is set.", "default": true, "type": "boolean" }, -- cgit v1.2.3