aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/snapshots/completion_item__method_completion.snap
blob: 41a10de14d9e604443e3c1be948982386760e272 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
created: "2019-02-18T09:22:23.939676100Z"
creator: [email protected]
source: crates/ra_ide_api/src/completion/completion_item.rs
expression: kind_completions
---
[
    CompletionItem {
        label: "the_method",
        source_range: [144; 144),
        delete: [144; 144),
        insert: "the_method()$0",
        kind: Method,
        detail: "fn the_method(&self)"
    }
]