tinymist-query 0.14.16

Language queries for tinymist.
---
source: crates/tinymist-query/src/completion.rs
description: Completion on / (113..114)
expression: "JsonRepr::new_pure(results)"
input_file: crates/tinymist-query/src/fixtures/completion/show3.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": "169",
    "textEdit": {
     "newText": "raw: ${1:}",
     "range": {
      "end": {
       "character": 6,
       "line": 1
      },
      "start": {
       "character": 6,
       "line": 1
      }
     }
    }
   },
   {
    "command": {
     "command": "tinymist.triggerSuggestAndParameterHints",
     "title": ""
    },
    "kind": 3,
    "label": "raw.where",
    "labelDetails": {
     "description": "(str, align: alignment, block: bool, lang: none | str, syntaxes: [syntax], tab-size: int, theme: [theme]) => raw"
    },
    "sortText": "170",
    "textEdit": {
     "newText": "raw.where(${1:}): ${2:}",
     "range": {
      "end": {
       "character": 6,
       "line": 1
      },
      "start": {
       "character": 6,
       "line": 1
      }
     }
    }
   },
   {
    "command": {
     "command": "tinymist.triggerSuggestAndParameterHints",
     "title": ""
    },
    "kind": 3,
    "label": "read",
    "labelDetails": {
     "description": "([any], encoding: \"utf8\" | none) => bytes | str"
    },
    "sortText": "171",
    "textEdit": {
     "newText": "read(${1:}): ${2:}",
     "range": {
      "end": {
       "character": 6,
       "line": 1
      },
      "start": {
       "character": 6,
       "line": 1
      }
     }
    }
   },
   {
    "command": {
     "command": "editor.action.triggerSuggest",
     "title": ""
    },
    "kind": 15,
    "label": "regex selector",
    "sortText": "178",
    "textEdit": {
     "newText": "regex(\"${1:regex}\"): ${2:}",
     "range": {
      "end": {
       "character": 6,
       "line": 1
      },
      "start": {
       "character": 6,
       "line": 1
      }
     }
    }
   }
  ]
 }
]