aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/snapshots/completion_item__dont_render_function_parens_if_already_call_assoc_fn.snap
blob: 18a187c6fc177465765e9d992d4249af92a08bd5 (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-17T18:29:14.513213526Z"
creator: [email protected]
source: crates/ra_ide_api/src/completion/completion_item.rs
expression: kind_completions
---
[
    CompletionItem {
        completion_kind: Reference,
        label: "new",
        kind: Some(
            Method
        ),
        detail: Some(
            "fn new() -> Foo"
        ),
        documentation: None,
        lookup: None,
        insert_text: None,
        insert_text_format: PlainText,
        source_range: [67; 69),
        text_edit: None
    }
]