---
source: crates/tinymist-query/src/completion.rs
description: Completion on > (260..261)
expression: "JsonRepr::new_pure(results)"
input_file: crates/tinymist-query/src/fixtures/completion/bug_cite_function_infer.typ
snapshot_kind: text
---
[
{
"isIncomplete": false,
"items": [
{
"kind": 21,
"label": "Mathematical logic based on the theory of types",
"labelDetails": {
"description": "Russell:1908"
},
"sortText": "000",
"textEdit": {
"newText": "Russell:1908",
"range": {
"end": {
"character": 16,
"line": 10
},
"start": {
"character": 13,
"line": 10
}
}
}
},
{
"kind": 21,
"label": "Mathematical logic based on the theory of types",
"labelDetails": {
"description": "Rus"
},
"sortText": "001",
"textEdit": {
"newText": "Rus",
"range": {
"end": {
"character": 16,
"line": 10
},
"start": {
"character": 13,
"line": 10
}
}
}
},
{
"kind": 18,
"label": "Russell:1908",
"labelDetails": {
"description": "Mathematical logic based on the theory of types"
},
"sortText": "003",
"textEdit": {
"newText": "Russell:1908",
"range": {
"end": {
"character": 16,
"line": 10
},
"start": {
"character": 13,
"line": 10
}
}
}
}
]
}
]