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