Add config setting for self-on-the-fly
This commit is contained in:
@@ -1178,6 +1178,7 @@ mod tests {
|
||||
&ide::CompletionConfig {
|
||||
enable_postfix_completions: true,
|
||||
enable_imports_on_the_fly: true,
|
||||
enable_self_on_the_fly: true,
|
||||
add_call_parenthesis: true,
|
||||
add_call_argument_snippets: true,
|
||||
snippet_cap: SnippetCap::new(true),
|
||||
|
||||
Reference in New Issue
Block a user