aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/snapshots/completion_item__struct_field_completion_autoderef.snap
blob: b38867b81dafcc45b87562018283ad1cacbb0889 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
created: "2019-02-18T09:22:23.940872916Z"
creator: [email protected]
source: crates/ra_ide_api/src/completion/completion_item.rs
expression: kind_completions
---
[
    CompletionItem {
        label: "foo",
        source_range: [126; 126),
        delete: [126; 126),
        insert: "foo()$0",
        kind: Method,
        detail: "fn foo(&self)"
    },
    CompletionItem {
        label: "the_field",
        source_range: [126; 126),
        delete: [126; 126),
        insert: "the_field",
        kind: Field,
        detail: "(u32, i32)"
    }
]