---
source: crates/tinymist-query/src/completion.rs
description: Completion on / (49..50)
expression: "JsonRepr::new_pure(results)"
input_file: crates/tinymist-query/src/fixtures/completion/func_module_raw_set.typ
---
[
{
"isIncomplete": false,
"items": [
{
"command": {
"command": "tinymist.triggerSuggestAndParameterHints",
"title": ""
},
"kind": 3,
"label": "raw",
"labelDetails": {
"description": "(str, align: alignment, block: bool, lang: none | str, syntaxes: [syntax], tab-size: int, theme: [theme]) => raw"
},
"sortText": "053",
"textEdit": {
"newText": "raw(${1:})",
"range": {
"end": {
"character": 6,
"line": 2
},
"start": {
"character": 5,
"line": 2
}
}
}
}
]
}
]