summaryrefslogtreecommitdiff
path: root/support/texlab/tests/it/snapshots/it__completion__bibtex__entry_type_complete.snap
blob: 2bc50f85051aceb7216ef1dab073f81de02a0dd0 (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
---
source: tests/it/completion.rs
assertion_line: 143
expression: "complete_and_resolve(&server, uri, 0, 1)?"
---
{
  "isIncomplete": false,
  "items": [
    {
      "label": "article",
      "kind": 1,
      "documentation": {
        "kind": "markdown",
        "value": "An article in a journal, magazine, newspaper, or other periodical which forms a \n self-contained unit with its own title. The title of the periodical is given in the \n journaltitle field. If the issue has its own title in addition to the main title of \n the periodical, it goes in the issuetitle field. Note that editor and related \n fields refer to the journal while translator and related fields refer to the article.\n\nRequired fields: `author`, `title`, `journaltitle`, `year/date`"
      },
      "preselect": false,
      "sortText": "00",
      "textEdit": {
        "range": {
          "start": {
            "line": 0,
            "character": 1
          },
          "end": {
            "line": 0,
            "character": 8
          }
        },
        "newText": "article"
      }
    }
  ]
}