---
source: crates/tinymist-query/src/completion.rs
description: Completion on / (57..58)
expression: "JsonRepr::new_pure(results)"
input_file: crates/tinymist-query/src/fixtures/pkgs/touying-core-slides.typ
---
[
{
"isIncomplete": false,
"items": [
{
"command": {
"command": "tinymist.triggerSuggestAndParameterHints",
"title": ""
},
"kind": 5,
"label": "config",
"labelDetails": {
"description": "dictionary"
},
"sortText": "003",
"textEdit": {
"newText": "config: ${1:}",
"range": {
"end": {
"character": 7,
"line": 2
},
"start": {
"character": 7,
"line": 2
}
}
}
},
{
"command": {
"command": "tinymist.triggerSuggestAndParameterHints",
"title": ""
},
"kind": 5,
"label": "repeat",
"labelDetails": {
"description": "auto"
},
"sortText": "004",
"textEdit": {
"newText": "repeat: ${1:}",
"range": {
"end": {
"character": 7,
"line": 2
},
"start": {
"character": 7,
"line": 2
}
}
}
},
{
"command": {
"command": "tinymist.triggerSuggestAndParameterHints",
"title": ""
},
"kind": 3,
"label": "repeat",
"labelDetails": {
"description": "(content, gap: length, justify: bool) => repeat"
},
"sortText": "176",
"textEdit": {
"newText": "repeat(${1:})",
"range": {
"end": {
"character": 7,
"line": 2
},
"start": {
"character": 7,
"line": 2
}
}
}
}
]
}
]