tinymist-query 0.14.16-rc1

Language queries for tinymist.
---
source: crates/tinymist-query/src/completion.rs
description: Completion on / (93..94)
expression: "JsonRepr::new_pure(results)"
input_file: crates/tinymist-query/src/fixtures/completion/show_transform.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": "226",
    "textEdit": {
     "newText": "raw",
     "range": {
      "end": {
       "character": 12,
       "line": 1
      },
      "start": {
       "character": 11,
       "line": 1
      }
     }
    }
   },
   {
    "command": {
     "command": "tinymist.triggerSuggestAndParameterHints",
     "title": ""
    },
    "kind": 3,
    "label": "raw.with",
    "labelDetails": {
     "description": "(str, align: alignment, block: bool, lang: none | str, syntaxes: [syntax], tab-size: int, theme: [theme]) => raw"
    },
    "sortText": "228",
    "textEdit": {
     "newText": "raw.with(${1:})",
     "range": {
      "end": {
       "character": 12,
       "line": 1
      },
      "start": {
       "character": 11,
       "line": 1
      }
     }
    }
   },
   {
    "command": {
     "command": "tinymist.triggerSuggestAndParameterHints",
     "title": ""
    },
    "kind": 3,
    "label": "read",
    "labelDetails": {
     "description": "([any], encoding: \"utf8\" | none) => bytes | str"
    },
    "sortText": "229",
    "textEdit": {
     "newText": "read(${1:})",
     "range": {
      "end": {
       "character": 12,
       "line": 1
      },
      "start": {
       "character": 11,
       "line": 1
      }
     }
    }
   },
   {
    "command": {
     "command": "tinymist.triggerSuggestAndParameterHints",
     "title": ""
    },
    "kind": 3,
    "label": "read.with",
    "labelDetails": {
     "description": "([any], encoding: \"utf8\" | none) => bytes | str"
    },
    "sortText": "230",
    "textEdit": {
     "newText": "read.with(${1:})",
     "range": {
      "end": {
       "character": 12,
       "line": 1
      },
      "start": {
       "character": 11,
       "line": 1
      }
     }
    }
   },
   {
    "command": {
     "command": "editor.action.triggerSuggest",
     "title": ""
    },
    "kind": 15,
    "label": "replacement",
    "sortText": "243",
    "textEdit": {
     "newText": "[${1:content}]",
     "range": {
      "end": {
       "character": 12,
       "line": 1
      },
      "start": {
       "character": 11,
       "line": 1
      }
     }
    }
   }
  ]
 }
]