---
source: crates/tinymist-query/src/completion.rs
description: Completion on e/ (62..64)
expression: "JsonRepr::new_pure(results)"
input_file: crates/tinymist-query/src/fixtures/completion/import_item_shadow.typ
snapshot_kind: text
---
[
{
"isIncomplete": false,
"items": [
{
"kind": 3,
"label": "table-prefix",
"textEdit": {
"newText": "table-prefix",
"range": {
"end": {
"character": 25,
"line": 1
},
"start": {
"character": 20,
"line": 1
}
}
}
}
]
},
{
"isIncomplete": false,
"items": [
{
"kind": 3,
"label": "table-prefix",
"textEdit": {
"newText": "table-prefix",
"range": {
"end": {
"character": 25,
"line": 1
},
"start": {
"character": 20,
"line": 1
}
}
}
}
]
}
]