---
source: crates/tinymist-query/src/completion.rs
description: Completion on / (33..34)
expression: "JsonRepr::new_pure(results)"
input_file: crates/tinymist-query/src/fixtures/completion/func_self2.typ
---
[
{
"isIncomplete": false,
"items": [
{
"command": {
"command": "tinymist.triggerSuggestAndParameterHints",
"title": ""
},
"kind": 3,
"label": "flatten",
"textEdit": {
"newText": "flatten(${1:})",
"range": {
"end": {
"character": 11,
"line": 1
},
"start": {
"character": 7,
"line": 1
}
}
}
}
]
}
]