---
source: crates/tinymist-query/src/completion.rs
description: Completion on e( (64..66)
expression: "JsonRepr::new_pure(results)"
input_file: crates/tinymist-query/src/fixtures/completion/item_shadow2.typ
---
[
{
"isIncomplete": false,
"items": [
{
"kind": 3,
"label": "base",
"labelDetails": {
"description": "() => 1"
},
"sortText": "009",
"textEdit": {
"newText": "base()${1:}",
"range": {
"end": {
"character": 5,
"line": 3
},
"start": {
"character": 1,
"line": 3
}
}
}
}
]
},
{
"isIncomplete": false,
"items": [
{
"kind": 3,
"label": "base",
"labelDetails": {
"description": "() => 1"
},
"sortText": "009",
"textEdit": {
"newText": "base()${1:}",
"range": {
"end": {
"character": 5,
"line": 3
},
"start": {
"character": 1,
"line": 3
}
}
}
}
]
}
]