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