---
source: crates/tinymist-query/src/completion.rs
description: Completion on / (23..24)
expression: "JsonRepr::new_pure(results)"
input_file: crates/tinymist-query/src/fixtures/completion/mode_math.typ
---
[
{
"isIncomplete": false,
"items": [
{
"kind": 6,
"label": "tanh",
"labelDetails": {
"description": "op(text: [tanh], limits: false)"
},
"sortText": "361",
"textEdit": {
"newText": "tanh",
"range": {
"end": {
"character": 4,
"line": 1
},
"start": {
"character": 1,
"line": 1
}
}
}
}
]
}
]