mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-03 10:23:32 +00:00
parent
23a9f5aeb8
commit
3ab98a7596
1 changed files with 1 additions and 1 deletions
|
@ -664,7 +664,7 @@ fn add_components_to_import(
|
|||
);
|
||||
result.push(CompletionItem {
|
||||
label: format!("{} (import from \"{}\")", exported_name.name, file),
|
||||
insert_text: Some(format!("{} {{ $1 }}", exported_name.name)),
|
||||
insert_text: Some(format!("{} {{$1}}", exported_name.name)),
|
||||
insert_text_format: Some(InsertTextFormat::SNIPPET),
|
||||
filter_text: Some(exported_name.name.clone()),
|
||||
kind: Some(CompletionItemKind::CLASS),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue