---
source: crates/tinymist-query/src/completion.rs
description: Completion on l (33..34)
expression: "JsonRepr::new_pure(results)"
input_file: crates/tinymist-query/src/fixtures/completion/param_name.typ
snapshot_kind: text
---
[
{
"isIncomplete": false,
"items": [
{
"kind": 6,
"label": "value",
"textEdit": {
"newText": "value, ",
"range": {
"end": {
"character": 4,
"line": 3
},
"start": {
"character": 2,
"line": 3
}
}
}
}
]
}
]