---
source: crates/tinymist-query/src/completion.rs
description: Completion on t (63..64)
expression: "JsonRepr::new_pure(results)"
input_file: crates/tinymist-query/src/fixtures/completion/bracket_strong.typ
---
[
{
"isIncomplete": false,
"items": [
{
"command": {
"command": "tinymist.triggerSuggestAndParameterHints",
"title": ""
},
"kind": 3,
"label": "strong",
"labelDetails": {
"description": "(content, delta: int) => strong"
},
"sortText": "200",
"textEdit": {
"newText": "strong(${1:})",
"range": {
"end": {
"character": 26,
"line": 2
},
"start": {
"character": 24,
"line": 2
}
}
}
},
{
"command": {
"command": "tinymist.triggerSuggestAndParameterHints",
"title": ""
},
"kind": 3,
"label": "strong.bracket",
"labelDetails": {
"description": "(content, delta: int) => strong"
},
"sortText": "201",
"textEdit": {
"newText": "strong[${1:}]",
"range": {
"end": {
"character": 26,
"line": 2
},
"start": {
"character": 24,
"line": 2
}
}
}
}
]
}
]