---
source: crates/tinymist-query/src/completion.rs
description: "Completion on \" (63..65)"
expression: "JsonRepr::new_pure(results)"
input_file: crates/tinymist-query/src/fixtures/completion/modify_string_3.typ
---
[
{
"isIncomplete": false,
"items": [
{
"kind": 6,
"label": "\"New Computer Modern\"",
"sortText": "003",
"textEdit": {
"newText": "New Computer Modern",
"range": {
"end": {
"character": 24,
"line": 2
},
"start": {
"character": 24,
"line": 2
}
}
}
}
]
},
{
"isIncomplete": false,
"items": [
{
"kind": 6,
"label": "\"New Computer Modern\"",
"sortText": "003",
"textEdit": {
"newText": "New Computer Modern\"",
"range": {
"end": {
"character": 25,
"line": 2
},
"start": {
"character": 25,
"line": 2
}
}
}
}
]
}
]