---
source: crates/tinymist-query/src/completion.rs
description: Completion on / (45..46)
expression: "JsonRepr::new_pure(results)"
input_file: crates/tinymist-query/src/fixtures/completion/func_module_raw.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": "159",
"textEdit": {
"newText": "raw",
"range": {
"end": {
"character": 2,
"line": 2
},
"start": {
"character": 1,
"line": 2
}
}
}
},
{
"command": {
"command": "tinymist.triggerSuggestAndParameterHints",
"title": ""
},
"kind": 3,
"label": "raw.paren",
"labelDetails": {
"description": "(str, align: alignment, block: bool, lang: none | str, syntaxes: [syntax], tab-size: int, theme: [theme]) => raw"
},
"sortText": "160",
"textEdit": {
"newText": "raw(${1:})",
"range": {
"end": {
"character": 2,
"line": 2
},
"start": {
"character": 1,
"line": 2
}
}
}
}
]
}
]