--- created: "2019-02-18T09:10:52.120932427Z" creator: insta@0.6.2 source: crates/ra_ide_api/src/completion/completion_item.rs expression: kind_completions --- [ CompletionItem { label: "Baz", source_range: [89; 89), text_edit: TextEdit { atoms: [ AtomTextEdit { delete: [89; 89), insert: "Baz" } ] }, kind: Enum }, CompletionItem { label: "Foo", source_range: [89; 89), text_edit: TextEdit { atoms: [ AtomTextEdit { delete: [89; 89), insert: "Foo" } ] }, kind: Struct }, CompletionItem { label: "quux", source_range: [89; 89), text_edit: TextEdit { atoms: [ AtomTextEdit { delete: [89; 89), insert: "quux()$0" } ] }, kind: Function, detail: "fn quux()" } ]