---
source: crates/tinymist-query/src/completion.rs
description: Completion on / (44..45)
expression: "JsonRepr::new_pure(results)"
input_file: crates/tinymist-query/src/fixtures/completion/func_self4.typ
---
[
{
"isIncomplete": false,
"items": [
{
"command": {
"command": "tinymist.triggerSuggestAndParameterHints",
"title": ""
},
"kind": 3,
"label": "flatten",
"labelDetails": {
"description": "(array) => array"
},
"textEdit": {
"newText": "flatten(${1:})",
"range": {
"end": {
"character": 22,
"line": 1
},
"start": {
"character": 18,
"line": 1
}
}
}
}
]
}
]