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