aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/snapshots/completion_item__struct_field_completion.snap
blob: f22bbd987bf92832f2a8e2e81343e4ce7065abba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
created: "2019-02-18T09:10:51.944776686Z"
creator: [email protected]
source: crates/ra_ide_api/src/completion/completion_item.rs
expression: kind_completions
---
[
    CompletionItem {
        label: "the_field",
        source_range: [85; 85),
        text_edit: TextEdit {
            atoms: [
                AtomTextEdit {
                    delete: [85; 85),
                    insert: "the_field"
                }
            ]
        },
        kind: Field,
        detail: "u32"
    }
]