---
source: crates/tinymist-query/src/completion.rs
description: Completion on t (102..103)
expression: "JsonRepr::new_pure(results)"
input_file: crates/tinymist-query/src/fixtures/completion/ref_half.typ
---
[
{
"isIncomplete": false,
"items": [
{
"kind": 18,
"label": "test",
"labelDetails": {
"description": "H2"
},
"textEdit": {
"newText": "test",
"range": {
"end": {
"character": 2,
"line": 11
},
"start": {
"character": 1,
"line": 11
}
}
}
}
]
}
]