---
source: crates/tinymist-query/src/completion.rs
description: Completion on / (68..69)
expression: "JsonRepr::new_pure(results)"
input_file: crates/tinymist-query/src/fixtures/completion/dict_chain_access.typ
---
[
{
"isIncomplete": false,
"items": [
{
"kind": 6,
"label": "first",
"textEdit": {
"newText": "first",
"range": {
"end": {
"character": 8,
"line": 3
},
"start": {
"character": 6,
"line": 3
}
}
}
}
]
}
]