---
source: crates/tinymist-query/src/completion.rs
description: Completion on / (361..362)
expression: "JsonRepr::new_pure(results)"
input_file: crates/tinymist-query/src/fixtures/completion/func_args2.typ
---
[
{
"isIncomplete": false,
"items": [
{
"command": {
"command": "tinymist.triggerSuggestAndParameterHints",
"title": ""
},
"kind": 5,
"label": "class",
"labelDetails": {
"description": "\"article\" | \"letter\" | str"
},
"sortText": "000",
"textEdit": {
"newText": " class: ${1:}",
"range": {
"end": {
"character": 18,
"line": 16
},
"start": {
"character": 18,
"line": 16
}
}
}
},
{
"command": {
"command": "tinymist.triggerSuggestAndParameterHints",
"title": ""
},
"kind": 5,
"label": "font",
"labelDetails": {
"description": "array | none | text.font"
},
"sortText": "001",
"textEdit": {
"newText": " font: ${1:}",
"range": {
"end": {
"character": 18,
"line": 16
},
"start": {
"character": 18,
"line": 16
}
}
}
}
]
}
]