tinymist-query 0.14.18

Language queries for tinymist.
---
source: crates/tinymist-query/src/completion.rs
description: Completion on c( (63..65)
expression: "JsonRepr::new_pure(results)"
input_file: crates/tinymist-query/src/fixtures/completion/func_params.typ
---
[
 {
  "isIncomplete": false,
  "items": [
   {
    "command": {
     "command": "tinymist.triggerSuggestAndParameterHints",
     "title": ""
    },
    "kind": 3,
    "label": "aa",
    "labelDetails": {
     "description": "(any, any, any) => none"
    },
    "sortText": "000",
    "textEdit": {
     "newText": "aa(${1:})",
     "range": {
      "end": {
       "character": 5,
       "line": 3
      },
      "start": {
       "character": 2,
       "line": 3
      }
     }
    }
   },
   {
    "kind": 6,
    "label": "aab",
    "labelDetails": {
     "description": "any"
    },
    "sortText": "001",
    "textEdit": {
     "newText": "aab",
     "range": {
      "end": {
       "character": 5,
       "line": 3
      },
      "start": {
       "character": 2,
       "line": 3
      }
     }
    }
   },
   {
    "kind": 6,
    "label": "aabc",
    "labelDetails": {
     "description": "any"
    },
    "sortText": "002",
    "textEdit": {
     "newText": "aabc",
     "range": {
      "end": {
       "character": 5,
       "line": 3
      },
      "start": {
       "character": 2,
       "line": 3
      }
     }
    }
   },
   {
    "kind": 6,
    "label": "aac",
    "labelDetails": {
     "description": "any"
    },
    "sortText": "003",
    "textEdit": {
     "newText": "aac",
     "range": {
      "end": {
       "character": 5,
       "line": 3
      },
      "start": {
       "character": 2,
       "line": 3
      }
     }
    }
   }
  ]
 },
 {
  "isIncomplete": false,
  "items": [
   {
    "kind": 6,
    "label": "aabc",
    "labelDetails": {
     "description": "any"
    },
    "sortText": "002",
    "textEdit": {
     "newText": "aabc",
     "range": {
      "end": {
       "character": 5,
       "line": 3
      },
      "start": {
       "character": 2,
       "line": 3
      }
     }
    }
   },
   {
    "kind": 6,
    "label": "aac",
    "labelDetails": {
     "description": "any"
    },
    "sortText": "003",
    "textEdit": {
     "newText": "aac",
     "range": {
      "end": {
       "character": 5,
       "line": 3
      },
      "start": {
       "character": 2,
       "line": 3
      }
     }
    }
   }
  ]
 }
]