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