mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +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
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue