mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-05 16:11:01 +00:00
Document that addCallArgumentSnippets
requires `addCallParenthesis
This commit is contained in:
parent
5be653d426
commit
d304352407
3 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue