tinymist-query 0.14.20-rc1

Language queries for tinymist.
---
source: crates/tinymist-query/src/completion.rs
description: Completion on / (30..31)
expression: "JsonRepr::new_pure(results)"
input_file: crates/tinymist-query/src/fixtures/completion/func_builtin_args.typ
---
[
 {
  "isIncomplete": false,
  "items": [
   {
    "command": {
     "command": "tinymist.triggerSuggestAndParameterHints",
     "title": ""
    },
    "kind": 5,
    "label": "columns",
    "labelDetails": {
     "description": "array | auto | length | type"
    },
    "sortText": "002",
    "textEdit": {
     "newText": "columns: ${1:}",
     "range": {
      "end": {
       "character": 7,
       "line": 2
      },
      "start": {
       "character": 7,
       "line": 2
      }
     }
    }
   },
   {
    "command": {
     "command": "tinymist.triggerSuggestAndParameterHints",
     "title": ""
    },
    "kind": 3,
    "label": "columns",
    "labelDetails": {
     "description": "(int, content, gutter: relative) => columns"
    },
    "sortText": "040",
    "textEdit": {
     "newText": "columns(${1:})",
     "range": {
      "end": {
       "character": 7,
       "line": 2
      },
      "start": {
       "character": 7,
       "line": 2
      }
     }
    }
   }
  ]
 }
]