---
source: crates/tinymist-query/src/completion.rs
description: Completion on / (53..54)
expression: "JsonRepr::new_pure(results)"
input_file: crates/tinymist-query/src/fixtures/completion/func_module.typ
---
[
{
"isIncomplete": false,
"items": [
{
"command": {
"command": "tinymist.triggerSuggestAndParameterHints",
"title": ""
},
"kind": 3,
"label": "table",
"labelDetails": {
"description": "(align: alignment | array | auto | function, column-gutter: array | auto | length | type, columns: array | auto | length | type, fill: color, gutter: array | auto | length | type, inset: inset, row-gutter: array | auto | length | type, rows: array | auto | length | type, stroke: stroke, ..: content) => table"
},
"sortText": "208",
"textEdit": {
"newText": "table",
"range": {
"end": {
"character": 4,
"line": 2
},
"start": {
"character": 1,
"line": 2
}
}
}
},
{
"command": {
"command": "tinymist.triggerSuggestAndParameterHints",
"title": ""
},
"kind": 3,
"label": "table.paren",
"labelDetails": {
"description": "(align: alignment | array | auto | function, column-gutter: array | auto | length | type, columns: array | auto | length | type, fill: color, gutter: array | auto | length | type, inset: inset, row-gutter: array | auto | length | type, rows: array | auto | length | type, stroke: stroke, ..: content) => table"
},
"sortText": "209",
"textEdit": {
"newText": "table(${1:})",
"range": {
"end": {
"character": 4,
"line": 2
},
"start": {
"character": 1,
"line": 2
}
}
}
}
]
}
]