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