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