---
source: crates/tinymist-query/src/completion.rs
description: Completion on / (51..52)
expression: "JsonRepr::new_pure(results)"
input_file: crates/tinymist-query/src/fixtures/completion/field_simple.typ
snapshot_kind: text
---
[
{
"isIncomplete": false,
"items": [
{
"kind": 7,
"label": "text",
"labelDetails": {
"description": "str"
},
"textEdit": {
"newText": "text",
"range": {
"end": {
"character": 31,
"line": 2
},
"start": {
"character": 31,
"line": 2
}
}
}
}
]
}
]