summaryrefslogtreecommitdiff
path: root/support/texlab/src/tests/text_document/snapshots/texlab__tests__text_document__completion__entry_type_complete_entry.snap
blob: 6afb028f95cff55026b67559b8b557daf153adad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
source: src/tests/text_document/completion.rs
expression: "complete(r#\"\n%BIB main.bib\n%SRC @article{foo, author = {foo}}\n%CUR    ^\n%1.1  ^^^^^^^\"#)?"
---
[
  {
    "documentation": "[documentation]",
    "kind": 1,
    "label": "article",
    "preselect": false,
    "sortText": "[sortText]",
    "textEdit": {
      "range": "[range]",
      "newText": "article"
    }
  }
]