Skip to content

Commit 076ef50

Browse files
committed
added api completions
1 parent 02d05d0 commit 076ef50

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

src/services/completionProvider.ts

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1797,4 +1797,31 @@ const qLangParserItems: CompletionItem[] = [
17971797
"Zip defaults - If defined, is an integer list of default parameters for logical block size, compression algorithm and compression level that apply when saving to files with no file extension.",
17981798
documentation: ".z.zd:100 1 9",
17991799
},
1800+
{
1801+
label: ".com_kx_edi.getMeta",
1802+
detail: "This function returns the metadata of the databases.",
1803+
documentation: ".com_kx_edi.getMeta[]",
1804+
},
1805+
{
1806+
label: ".com_kx_edi.sql",
1807+
detail: "This function runs an SQL query.",
1808+
documentation: ".com_kx_edi.sql[query]",
1809+
},
1810+
{
1811+
label: ".com_kx_edi.qsql",
1812+
detail:
1813+
"This is a QSQL query builder that assembles QSQL queries based on a q expression.",
1814+
documentation: ".com_kx_edi.qsql[args]",
1815+
},
1816+
{
1817+
label: ".com_kx_edi.queryBuilder",
1818+
detail:
1819+
"The queryBuilder function uses the GetData API to construct queries.",
1820+
documentation: ".com_kx_edi.queryBuilder[args]",
1821+
},
1822+
{
1823+
label: ".com_kx_edi.uda",
1824+
detail: "Use this function to query a UDA.",
1825+
documentation: ".com_kx_edi.uda[args;name]",
1826+
},
18001827
];

0 commit comments

Comments
 (0)