---
source: crates/tinymist-query/src/completion.rs
description: Completion on t (56..57)
expression: "JsonRepr::new_pure(results)"
input_file: crates/tinymist-query/src/fixtures/completion/complete_half_label_cite.typ
---
[
{
"isIncomplete": false,
"items": [
{
"kind": 18,
"label": "tarry",
"labelDetails": {
"description": "Harry Potter and the Order of the Phoenix"
},
"sortText": "003",
"textEdit": {
"newText": "tarry>",
"range": {
"end": {
"character": 8,
"line": 3
},
"start": {
"character": 7,
"line": 3
}
}
}
}
]
}
]