Add flyimport completion for trait assoc items
This commit is contained in:
@@ -93,7 +93,7 @@ impl BenchCmd {
|
||||
if is_completion {
|
||||
let options = CompletionConfig {
|
||||
enable_postfix_completions: true,
|
||||
enable_autoimport_completions: true,
|
||||
enable_imports_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