---
source: crates/tinymist-query/src/completion.rs
description: Completion on / (61..62)
expression: "JsonRepr::new_pure(results)"
input_file: crates/tinymist-query/src/fixtures/pkgs/touying-core-slides.typ
---
[
{
"isIncomplete": false,
"items": [
{
"kind": 3,
"label": "config-xxx",
"labelDetails": {
"description": "() => none"
},
"sortText": "033",
"textEdit": {
"newText": "config-xxx()${1:}",
"range": {
"end": {
"character": 15,
"line": 2
},
"start": {
"character": 15,
"line": 2
}
}
}
}
]
}
]