---
source: crates/tinymist-query/src/completion.rs
description: Completion on / (28..29)
expression: "JsonRepr::new_pure(results)"
input_file: crates/tinymist-query/src/fixtures/completion/math_call_in_call3.typ
---
[
{
"isIncomplete": false,
"items": [
{
"command": {
"command": "tinymist.triggerSuggestAndParameterHints",
"title": ""
},
"kind": 3,
"label": "abs",
"labelDetails": {
"description": "(content, size: relative) => content"
},
"sortText": "057",
"textEdit": {
"newText": "abs(${1:})",
"range": {
"end": {
"character": 9,
"line": 2
},
"start": {
"character": 8,
"line": 2
}
}
}
}
]
}
]