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