---
source: crates/tinymist-query/src/completion.rs
description: Completion on / (32..33)
expression: "JsonRepr::new_pure(results)"
input_file: crates/tinymist-query/src/fixtures/completion/dot_module_math.typ
---
[
{
"isIncomplete": false,
"items": [
{
"kind": 3,
"label": "align",
"textEdit": {
"newText": "align",
"range": {
"end": {
"character": 5,
"line": 2
},
"start": {
"character": 5,
"line": 2
}
}
}
},
{
"kind": 3,
"label": "text",
"textEdit": {
"newText": "text",
"range": {
"end": {
"character": 5,
"line": 2
},
"start": {
"character": 5,
"line": 2
}
}
}
}
]
}
]