---
source: crates/tinymist-query/src/completion.rs
description: "Completion on \" (7..8)"
expression: "JsonRepr::new_pure(results)"
input_file: crates/tinymist-query/src/fixtures/completion/read_path.typ
snapshot_kind: text
---
[
{
"isIncomplete": false,
"items": [
{
"kind": 17,
"label": "base.typ",
"sortText": "000",
"textEdit": {
"newText": "base.typ",
"range": {
"end": {
"character": 7,
"line": 0
},
"start": {
"character": 7,
"line": 0
}
}
}
}
]
}
]