---
source: crates/tinymist-query/src/completion.rs
description: Completion on / (31..32)
expression: "JsonRepr::new_pure(results)"
input_file: crates/tinymist-query/src/fixtures/completion/dot_math_arg.typ
---
[
{
"isIncomplete": false,
"items": [
{
"additionalTextEdits": [
{
"newText": "",
"range": {
"end": {
"character": 10,
"line": 2
},
"start": {
"character": 1,
"line": 2
}
}
}
],
"kind": 15,
"label": "align",
"labelDetails": {
"description": ".align"
},
"textEdit": {
"newText": "align(${1:}, box(\\$1\\$))",
"range": {
"end": {
"character": 10,
"line": 2
},
"start": {
"character": 10,
"line": 2
}
}
}
}
]
}
]