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