summaryrefslogtreecommitdiff
path: root/support/texlab/tests/it/snapshots/it__completion__latex__citation_multi_word.snap
blob: 94ed4922d691d01ce1baaf4632d1a3fc7cbea21d (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
25
26
27
28
29
30
31
32
33
34
---
source: tests/it/completion.rs
assertion_line: 271
expression: "complete_and_resolve(&server, tex_uri, 3, 7)?"
---
{
  "isIncomplete": false,
  "items": [
    {
      "label": "foo",
      "kind": 1,
      "documentation": {
        "kind": "markdown",
        "value": "F. Bar: \"Baz Qux\". (2019)."
      },
      "preselect": false,
      "sortText": "00 foo @articlefoo author Foo Bar title Baz Qux year 2019",
      "filterText": "foo @articlefoo author Foo Bar title Baz Qux year 2019",
      "textEdit": {
        "range": {
          "start": {
            "line": 3,
            "character": 6
          },
          "end": {
            "line": 3,
            "character": 11
          }
        },
        "newText": "foo"
      }
    }
  ]
}