@enjoys/context-engine 1.5.0 → 1.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/data/codeActions/css.json +119 -111
- package/data/codeActions/dart.json +190 -31
- package/data/codeActions/nestjs.json +124 -124
- package/data/codeActions/r.json +69 -71
- package/data/codeActions/sb.json +2 -2
- package/data/codeActions/scala.json +154 -26
- package/data/codeActions/shadcn.json +112 -112
- package/data/codeActions/shell.json +2 -2
- package/data/codeActions/tailwindcss.json +83 -76
- package/data/codeLens/abap.json +4 -2
- package/data/codeLens/angular.json +141 -22
- package/data/codeLens/apex.json +4 -2
- package/data/codeLens/awk.json +2 -2
- package/data/codeLens/azcli.json +4 -3
- package/data/codeLens/bicep.json +4 -2
- package/data/codeLens/c.json +4 -4
- package/data/codeLens/caddy.json +2 -2
- package/data/codeLens/cameligo.json +4 -2
- package/data/codeLens/clojure.json +4 -2
- package/data/codeLens/coffee.json +4 -2
- package/data/codeLens/crontab.json +2 -2
- package/data/codeLens/doctest.json +4 -3
- package/data/codeLens/ecl.json +4 -2
- package/data/codeLens/elixir.json +4 -2
- package/data/codeLens/flow9.json +4 -2
- package/data/codeLens/freemarker2.json +4 -2
- package/data/codeLens/hcl.json +4 -4
- package/data/codeLens/html.json +4 -4
- package/data/codeLens/julia.json +4 -2
- package/data/codeLens/less.json +4 -2
- package/data/codeLens/lexon.json +4 -2
- package/data/codeLens/liquid.json +4 -2
- package/data/codeLens/lua.json +4 -4
- package/data/codeLens/m3.json +4 -2
- package/data/codeLens/mdx.json +4 -2
- package/data/codeLens/mips.json +4 -2
- package/data/codeLens/msdax.json +4 -2
- package/data/codeLens/mysql.json +4 -2
- package/data/codeLens/nginx.json +4 -4
- package/data/codeLens/objective-c.json +4 -2
- package/data/codeLens/pascal.json +4 -2
- package/data/codeLens/pascaligo.json +4 -2
- package/data/codeLens/pgsql.json +4 -2
- package/data/codeLens/pla.json +4 -3
- package/data/codeLens/postiats.json +4 -2
- package/data/codeLens/powerquery.json +4 -2
- package/data/codeLens/qsharp.json +4 -2
- package/data/codeLens/razor.json +4 -2
- package/data/codeLens/redshift.json +4 -2
- package/data/codeLens/restructuredtext.json +4 -2
- package/data/codeLens/sb.json +4 -2
- package/data/codeLens/scheme.json +4 -2
- package/data/codeLens/scss.json +4 -2
- package/data/codeLens/shadcn.json +117 -89
- package/data/codeLens/shell.json +4 -2
- package/data/codeLens/sol.json +4 -2
- package/data/codeLens/sparql.json +4 -2
- package/data/codeLens/st.json +4 -2
- package/data/codeLens/systemverilog.json +4 -2
- package/data/codeLens/tcl.json +4 -2
- package/data/codeLens/twig.json +4 -2
- package/data/codeLens/vb.json +4 -2
- package/data/codeLens/wgsl.json +4 -2
- package/data/codeLens/xml.json +4 -4
- package/data/completion/redis-cli.json +3465 -3405
- package/data/documentHighlight/nextjs.json +270 -212
- package/data/documentSymbol/azcli.json +6 -3
- package/data/documentSymbol/caddy.json +7 -4
- package/data/documentSymbol/crontab.json +6 -3
- package/data/documentSymbol/css.json +14 -14
- package/data/documentSymbol/doctest.json +6 -3
- package/data/documentSymbol/dotenv.json +6 -3
- package/data/documentSymbol/flow9.json +8 -4
- package/data/documentSymbol/graphql.json +1 -1
- package/data/documentSymbol/ini.json +6 -3
- package/data/documentSymbol/json.json +6 -3
- package/data/documentSymbol/lexon.json +6 -3
- package/data/documentSymbol/mips.json +6 -3
- package/data/documentSymbol/msdax.json +6 -3
- package/data/documentSymbol/pla.json +6 -3
- package/data/documentSymbol/powerquery.json +6 -3
- package/data/documentSymbol/restructuredtext.json +6 -3
- package/data/documentSymbol/sb.json +6 -3
- package/data/documentSymbol/sparql.json +6 -3
- package/data/documentSymbol/ssh_config.json +6 -3
- package/data/documentSymbol/systemd.json +6 -3
- package/data/documentSymbol/xml.json +6 -3
- package/data/hover/caddy.json +530 -458
- package/data/hover/dockerfile.json +355 -283
- package/data/hover/lua.json +1391 -971
- package/data/hover/nginx.json +957 -891
- package/data/hover/redis-cli.json +2168 -1088
- package/data/hover/sql.json +1405 -1273
- package/data/manifest.json +4 -6
- package/package.json +1 -1
package/data/codeLens/bicep.json
CHANGED
|
@@ -5,13 +5,15 @@
|
|
|
5
5
|
"pattern": "^\\s*resource\\s+(\\w+)",
|
|
6
6
|
"captureGroup": 1,
|
|
7
7
|
"title": "class",
|
|
8
|
-
"
|
|
8
|
+
"commandId": "editor.action.referenceSearch.trigger",
|
|
9
|
+
"description": "class"
|
|
9
10
|
},
|
|
10
11
|
{
|
|
11
12
|
"pattern": "^\\s*param\\s+(\\w+)",
|
|
12
13
|
"captureGroup": 1,
|
|
13
14
|
"title": "variable",
|
|
14
|
-
"
|
|
15
|
+
"commandId": "editor.action.referenceSearch.trigger",
|
|
16
|
+
"description": "variable"
|
|
15
17
|
},
|
|
16
18
|
{
|
|
17
19
|
"pattern": "(?:function|def|fn|func|sub|proc)\\s+(\\w+)",
|
package/data/codeLens/c.json
CHANGED
|
@@ -10,15 +10,15 @@
|
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"pattern": "^\\w+\\s+\\*?(\\w+)\\s*\\(",
|
|
13
|
-
"command": "editor.action.showReferences",
|
|
14
13
|
"title": "references",
|
|
15
|
-
"description": "Show references to C function"
|
|
14
|
+
"description": "Show references to C function",
|
|
15
|
+
"commandId": "editor.action.showReferences"
|
|
16
16
|
},
|
|
17
17
|
{
|
|
18
18
|
"pattern": "^struct\\s+(\\w+)",
|
|
19
|
-
"command": "editor.action.showReferences",
|
|
20
19
|
"title": "references",
|
|
21
|
-
"description": "Show references to struct"
|
|
20
|
+
"description": "Show references to struct",
|
|
21
|
+
"commandId": "editor.action.showReferences"
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
24
|
"pattern": "(?:class|struct|interface|trait|type)\\s+(\\w+)",
|
package/data/codeLens/caddy.json
CHANGED
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"pattern": "^(\\w[\\w.]+)\\s*\\{",
|
|
13
|
-
"command": "editor.action.showReferences",
|
|
14
13
|
"title": "references",
|
|
15
|
-
"description": "Show references to site block"
|
|
14
|
+
"description": "Show references to site block",
|
|
15
|
+
"commandId": "editor.action.showReferences"
|
|
16
16
|
},
|
|
17
17
|
{
|
|
18
18
|
"pattern": "(?:class|struct|interface|trait|type)\\s+(\\w+)",
|
|
@@ -5,13 +5,15 @@
|
|
|
5
5
|
"pattern": "^\\s*let\\s+(\\w+)",
|
|
6
6
|
"captureGroup": 1,
|
|
7
7
|
"title": "variable",
|
|
8
|
-
"
|
|
8
|
+
"commandId": "editor.action.referenceSearch.trigger",
|
|
9
|
+
"description": "variable"
|
|
9
10
|
},
|
|
10
11
|
{
|
|
11
12
|
"pattern": "^\\s*type\\s+(\\w+)",
|
|
12
13
|
"captureGroup": 1,
|
|
13
14
|
"title": "type",
|
|
14
|
-
"
|
|
15
|
+
"commandId": "editor.action.referenceSearch.trigger",
|
|
16
|
+
"description": "type"
|
|
15
17
|
},
|
|
16
18
|
{
|
|
17
19
|
"pattern": "(?:function|def|fn|func|sub|proc)\\s+(\\w+)",
|
|
@@ -5,13 +5,15 @@
|
|
|
5
5
|
"pattern": "^\\s*\\(defn-?\\s+(\\S+)",
|
|
6
6
|
"captureGroup": 1,
|
|
7
7
|
"title": "function",
|
|
8
|
-
"
|
|
8
|
+
"commandId": "editor.action.referenceSearch.trigger",
|
|
9
|
+
"description": "function"
|
|
9
10
|
},
|
|
10
11
|
{
|
|
11
12
|
"pattern": "^\\s*\\(def\\s+(\\S+)",
|
|
12
13
|
"captureGroup": 1,
|
|
13
14
|
"title": "variable",
|
|
14
|
-
"
|
|
15
|
+
"commandId": "editor.action.referenceSearch.trigger",
|
|
16
|
+
"description": "variable"
|
|
15
17
|
},
|
|
16
18
|
{
|
|
17
19
|
"pattern": "(?:function|def|fn|func|sub|proc)\\s+(\\w+)",
|
|
@@ -5,13 +5,15 @@
|
|
|
5
5
|
"pattern": "^\\s*class\\s+(\\w+)",
|
|
6
6
|
"captureGroup": 1,
|
|
7
7
|
"title": "class",
|
|
8
|
-
"
|
|
8
|
+
"commandId": "editor.action.referenceSearch.trigger",
|
|
9
|
+
"description": "class"
|
|
9
10
|
},
|
|
10
11
|
{
|
|
11
12
|
"pattern": "^\\s*(\\w+)\\s*[:=]\\s*(?:\\(.*\\))?\\s*[-=]>",
|
|
12
13
|
"captureGroup": 1,
|
|
13
14
|
"title": "function",
|
|
14
|
-
"
|
|
15
|
+
"commandId": "editor.action.referenceSearch.trigger",
|
|
16
|
+
"description": "function"
|
|
15
17
|
},
|
|
16
18
|
{
|
|
17
19
|
"pattern": "(?:function|def|fn|func|sub|proc)\\s+(\\w+)",
|
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"pattern": "^[^#].*\\s(\\S+)$",
|
|
13
|
-
"command": "editor.action.showReferences",
|
|
14
13
|
"title": "references",
|
|
15
|
-
"description": "Show command references"
|
|
14
|
+
"description": "Show command references",
|
|
15
|
+
"commandId": "editor.action.showReferences"
|
|
16
16
|
},
|
|
17
17
|
{
|
|
18
18
|
"pattern": "(?:class|struct|interface|trait|type)\\s+(\\w+)",
|
|
@@ -5,13 +5,14 @@
|
|
|
5
5
|
"pattern": "^>>>\\s+(\\w+)",
|
|
6
6
|
"captureGroup": 1,
|
|
7
7
|
"title": "function",
|
|
8
|
-
"
|
|
8
|
+
"commandId": "editor.action.referenceSearch.trigger",
|
|
9
|
+
"description": "function"
|
|
9
10
|
},
|
|
10
11
|
{
|
|
11
12
|
"pattern": "^>>>\\s+def\\s+(\\w+)",
|
|
12
|
-
"command": "editor.action.showReferences",
|
|
13
13
|
"title": "references",
|
|
14
|
-
"description": "Show references in doctest"
|
|
14
|
+
"description": "Show references in doctest",
|
|
15
|
+
"commandId": "editor.action.showReferences"
|
|
15
16
|
},
|
|
16
17
|
{
|
|
17
18
|
"pattern": "(?:function|def|fn|func|sub|proc)\\s+(\\w+)",
|
package/data/codeLens/ecl.json
CHANGED
|
@@ -5,13 +5,15 @@
|
|
|
5
5
|
"pattern": "^\\s*(\\w+)\\s*:=",
|
|
6
6
|
"captureGroup": 1,
|
|
7
7
|
"title": "variable",
|
|
8
|
-
"
|
|
8
|
+
"commandId": "editor.action.referenceSearch.trigger",
|
|
9
|
+
"description": "variable"
|
|
9
10
|
},
|
|
10
11
|
{
|
|
11
12
|
"pattern": "^\\s*EXPORT\\s+(\\w+)",
|
|
12
13
|
"captureGroup": 1,
|
|
13
14
|
"title": "module",
|
|
14
|
-
"
|
|
15
|
+
"commandId": "editor.action.referenceSearch.trigger",
|
|
16
|
+
"description": "module"
|
|
15
17
|
},
|
|
16
18
|
{
|
|
17
19
|
"pattern": "(?:function|def|fn|func|sub|proc)\\s+(\\w+)",
|
|
@@ -5,13 +5,15 @@
|
|
|
5
5
|
"pattern": "^\\s*defmodule\\s+(\\S+)",
|
|
6
6
|
"captureGroup": 1,
|
|
7
7
|
"title": "module",
|
|
8
|
-
"
|
|
8
|
+
"commandId": "editor.action.referenceSearch.trigger",
|
|
9
|
+
"description": "module"
|
|
9
10
|
},
|
|
10
11
|
{
|
|
11
12
|
"pattern": "^\\s*def[p]?\\s+(\\w+)",
|
|
12
13
|
"captureGroup": 1,
|
|
13
14
|
"title": "function",
|
|
14
|
-
"
|
|
15
|
+
"commandId": "editor.action.referenceSearch.trigger",
|
|
16
|
+
"description": "function"
|
|
15
17
|
},
|
|
16
18
|
{
|
|
17
19
|
"pattern": "(?:function|def|fn|func|sub|proc)\\s+(\\w+)",
|
package/data/codeLens/flow9.json
CHANGED
|
@@ -5,13 +5,15 @@
|
|
|
5
5
|
"pattern": "^\\s*(\\w+)\\s*\\(.*\\)\\s*->",
|
|
6
6
|
"captureGroup": 1,
|
|
7
7
|
"title": "function",
|
|
8
|
-
"
|
|
8
|
+
"commandId": "editor.action.referenceSearch.trigger",
|
|
9
|
+
"description": "function"
|
|
9
10
|
},
|
|
10
11
|
{
|
|
11
12
|
"pattern": "^\\s*import\\s+(\\S+)",
|
|
12
13
|
"captureGroup": 1,
|
|
13
14
|
"title": "module",
|
|
14
|
-
"
|
|
15
|
+
"commandId": "editor.action.referenceSearch.trigger",
|
|
16
|
+
"description": "module"
|
|
15
17
|
},
|
|
16
18
|
{
|
|
17
19
|
"pattern": "(?:function|def|fn|func|sub|proc)\\s+(\\w+)",
|
|
@@ -5,13 +5,15 @@
|
|
|
5
5
|
"pattern": "<#macro\\s+(\\w+)",
|
|
6
6
|
"captureGroup": 1,
|
|
7
7
|
"title": "function",
|
|
8
|
-
"
|
|
8
|
+
"commandId": "editor.action.referenceSearch.trigger",
|
|
9
|
+
"description": "function"
|
|
9
10
|
},
|
|
10
11
|
{
|
|
11
12
|
"pattern": "<#function\\s+(\\w+)",
|
|
12
13
|
"captureGroup": 1,
|
|
13
14
|
"title": "function",
|
|
14
|
-
"
|
|
15
|
+
"commandId": "editor.action.referenceSearch.trigger",
|
|
16
|
+
"description": "function"
|
|
15
17
|
},
|
|
16
18
|
{
|
|
17
19
|
"pattern": "(?:function|def|fn|func|sub|proc)\\s+(\\w+)",
|
package/data/codeLens/hcl.json
CHANGED
|
@@ -10,15 +10,15 @@
|
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"pattern": "^(resource|data|module)\\s+\"(\\w+)\"",
|
|
13
|
-
"command": "editor.action.showReferences",
|
|
14
13
|
"title": "references",
|
|
15
|
-
"description": "Show resource references"
|
|
14
|
+
"description": "Show resource references",
|
|
15
|
+
"commandId": "editor.action.showReferences"
|
|
16
16
|
},
|
|
17
17
|
{
|
|
18
18
|
"pattern": "^variable\\s+\"(\\w+)\"",
|
|
19
|
-
"command": "editor.action.showReferences",
|
|
20
19
|
"title": "references",
|
|
21
|
-
"description": "Show variable references"
|
|
20
|
+
"description": "Show variable references",
|
|
21
|
+
"commandId": "editor.action.showReferences"
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
24
|
"pattern": "(?:function|def|fn|func|sub|proc)\\s+(\\w+)",
|
package/data/codeLens/html.json
CHANGED
|
@@ -10,15 +10,15 @@
|
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"pattern": "<(\\w+)[^>]*id=\"([^\"]+)\"",
|
|
13
|
-
"command": "editor.action.showReferences",
|
|
14
13
|
"title": "references",
|
|
15
|
-
"description": "Show references to element ID"
|
|
14
|
+
"description": "Show references to element ID",
|
|
15
|
+
"commandId": "editor.action.showReferences"
|
|
16
16
|
},
|
|
17
17
|
{
|
|
18
18
|
"pattern": "<(\\w+)[^>]*class=\"([^\"]+)\"",
|
|
19
|
-
"command": "editor.action.showReferences",
|
|
20
19
|
"title": "references",
|
|
21
|
-
"description": "Show references to CSS class"
|
|
20
|
+
"description": "Show references to CSS class",
|
|
21
|
+
"commandId": "editor.action.showReferences"
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
24
|
"pattern": "(?:function|def|fn|func|sub|proc)\\s+(\\w+)",
|
package/data/codeLens/julia.json
CHANGED
|
@@ -5,13 +5,15 @@
|
|
|
5
5
|
"pattern": "^\\s*function\\s+(\\w+)",
|
|
6
6
|
"captureGroup": 1,
|
|
7
7
|
"title": "function",
|
|
8
|
-
"
|
|
8
|
+
"commandId": "editor.action.referenceSearch.trigger",
|
|
9
|
+
"description": "function"
|
|
9
10
|
},
|
|
10
11
|
{
|
|
11
12
|
"pattern": "^\\s*(?:mutable\\s+)?struct\\s+(\\w+)",
|
|
12
13
|
"captureGroup": 1,
|
|
13
14
|
"title": "struct",
|
|
14
|
-
"
|
|
15
|
+
"commandId": "editor.action.referenceSearch.trigger",
|
|
16
|
+
"description": "struct"
|
|
15
17
|
},
|
|
16
18
|
{
|
|
17
19
|
"pattern": "(?:function|def|fn|func|sub|proc)\\s+(\\w+)",
|
package/data/codeLens/less.json
CHANGED
|
@@ -5,13 +5,15 @@
|
|
|
5
5
|
"pattern": "^\\s*(@\\w+)\\s*:",
|
|
6
6
|
"captureGroup": 1,
|
|
7
7
|
"title": "variable",
|
|
8
|
-
"
|
|
8
|
+
"commandId": "editor.action.referenceSearch.trigger",
|
|
9
|
+
"description": "variable"
|
|
9
10
|
},
|
|
10
11
|
{
|
|
11
12
|
"pattern": "^\\s*\\.([\\w-]+)\\s*\\(",
|
|
12
13
|
"captureGroup": 1,
|
|
13
14
|
"title": "function",
|
|
14
|
-
"
|
|
15
|
+
"commandId": "editor.action.referenceSearch.trigger",
|
|
16
|
+
"description": "function"
|
|
15
17
|
},
|
|
16
18
|
{
|
|
17
19
|
"pattern": "(?:function|def|fn|func|sub|proc)\\s+(\\w+)",
|
package/data/codeLens/lexon.json
CHANGED
|
@@ -5,13 +5,15 @@
|
|
|
5
5
|
"pattern": "^LEX\\s+(\\w+)",
|
|
6
6
|
"captureGroup": 1,
|
|
7
7
|
"title": "class",
|
|
8
|
-
"
|
|
8
|
+
"commandId": "editor.action.referenceSearch.trigger",
|
|
9
|
+
"description": "class"
|
|
9
10
|
},
|
|
10
11
|
{
|
|
11
12
|
"pattern": "^CLAUSE:\\s+(.+)\\.",
|
|
12
13
|
"captureGroup": 1,
|
|
13
14
|
"title": "function",
|
|
14
|
-
"
|
|
15
|
+
"commandId": "editor.action.referenceSearch.trigger",
|
|
16
|
+
"description": "function"
|
|
15
17
|
},
|
|
16
18
|
{
|
|
17
19
|
"pattern": "(?:function|def|fn|func|sub|proc)\\s+(\\w+)",
|
|
@@ -5,13 +5,15 @@
|
|
|
5
5
|
"pattern": "\\{%\\s*assign\\s+(\\w+)",
|
|
6
6
|
"captureGroup": 1,
|
|
7
7
|
"title": "variable",
|
|
8
|
-
"
|
|
8
|
+
"commandId": "editor.action.referenceSearch.trigger",
|
|
9
|
+
"description": "variable"
|
|
9
10
|
},
|
|
10
11
|
{
|
|
11
12
|
"pattern": "\\{%\\s*capture\\s+(\\w+)",
|
|
12
13
|
"captureGroup": 1,
|
|
13
14
|
"title": "variable",
|
|
14
|
-
"
|
|
15
|
+
"commandId": "editor.action.referenceSearch.trigger",
|
|
16
|
+
"description": "variable"
|
|
15
17
|
},
|
|
16
18
|
{
|
|
17
19
|
"pattern": "(?:function|def|fn|func|sub|proc)\\s+(\\w+)",
|
package/data/codeLens/lua.json
CHANGED
|
@@ -10,15 +10,15 @@
|
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"pattern": "^function\\s+(\\w[\\w.:]+)\\s*\\(",
|
|
13
|
-
"command": "editor.action.showReferences",
|
|
14
13
|
"title": "references",
|
|
15
|
-
"description": "Show references to Lua function"
|
|
14
|
+
"description": "Show references to Lua function",
|
|
15
|
+
"commandId": "editor.action.showReferences"
|
|
16
16
|
},
|
|
17
17
|
{
|
|
18
18
|
"pattern": "^local\\s+function\\s+(\\w+)",
|
|
19
|
-
"command": "editor.action.showReferences",
|
|
20
19
|
"title": "references",
|
|
21
|
-
"description": "Show local function references"
|
|
20
|
+
"description": "Show local function references",
|
|
21
|
+
"commandId": "editor.action.showReferences"
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
24
|
"pattern": "(?:class|struct|interface|trait|type)\\s+(\\w+)",
|
package/data/codeLens/m3.json
CHANGED
|
@@ -5,13 +5,15 @@
|
|
|
5
5
|
"pattern": "^\\s*MODULE\\s+(\\w+)",
|
|
6
6
|
"captureGroup": 1,
|
|
7
7
|
"title": "module",
|
|
8
|
-
"
|
|
8
|
+
"commandId": "editor.action.referenceSearch.trigger",
|
|
9
|
+
"description": "module"
|
|
9
10
|
},
|
|
10
11
|
{
|
|
11
12
|
"pattern": "^\\s*INTERFACE\\s+(\\w+)",
|
|
12
13
|
"captureGroup": 1,
|
|
13
14
|
"title": "interface",
|
|
14
|
-
"
|
|
15
|
+
"commandId": "editor.action.referenceSearch.trigger",
|
|
16
|
+
"description": "interface"
|
|
15
17
|
},
|
|
16
18
|
{
|
|
17
19
|
"pattern": "(?:function|def|fn|func|sub|proc)\\s+(\\w+)",
|
package/data/codeLens/mdx.json
CHANGED
|
@@ -5,13 +5,15 @@
|
|
|
5
5
|
"pattern": "^import\\s+.*from\\s+'([^']+)'",
|
|
6
6
|
"captureGroup": 1,
|
|
7
7
|
"title": "module",
|
|
8
|
-
"
|
|
8
|
+
"commandId": "editor.action.referenceSearch.trigger",
|
|
9
|
+
"description": "module"
|
|
9
10
|
},
|
|
10
11
|
{
|
|
11
12
|
"pattern": "^export\\s+(?:default\\s+)?(?:function|const|class)\\s+(\\w+)",
|
|
12
13
|
"captureGroup": 1,
|
|
13
14
|
"title": "variable",
|
|
14
|
-
"
|
|
15
|
+
"commandId": "editor.action.referenceSearch.trigger",
|
|
16
|
+
"description": "variable"
|
|
15
17
|
},
|
|
16
18
|
{
|
|
17
19
|
"pattern": "(?:function|def|fn|func|sub|proc)\\s+(\\w+)",
|
package/data/codeLens/mips.json
CHANGED
|
@@ -5,13 +5,15 @@
|
|
|
5
5
|
"pattern": "^(\\w+):",
|
|
6
6
|
"captureGroup": 1,
|
|
7
7
|
"title": "constant",
|
|
8
|
-
"
|
|
8
|
+
"commandId": "editor.action.referenceSearch.trigger",
|
|
9
|
+
"description": "constant"
|
|
9
10
|
},
|
|
10
11
|
{
|
|
11
12
|
"pattern": "^\\s*(\\.\\w+)",
|
|
12
13
|
"captureGroup": 1,
|
|
13
14
|
"title": "string",
|
|
14
|
-
"
|
|
15
|
+
"commandId": "editor.action.referenceSearch.trigger",
|
|
16
|
+
"description": "string"
|
|
15
17
|
},
|
|
16
18
|
{
|
|
17
19
|
"pattern": "(?:function|def|fn|func|sub|proc)\\s+(\\w+)",
|
package/data/codeLens/msdax.json
CHANGED
|
@@ -5,13 +5,15 @@
|
|
|
5
5
|
"pattern": "^\\s*(\\w+)\\s*=",
|
|
6
6
|
"captureGroup": 1,
|
|
7
7
|
"title": "variable",
|
|
8
|
-
"
|
|
8
|
+
"commandId": "editor.action.referenceSearch.trigger",
|
|
9
|
+
"description": "variable"
|
|
9
10
|
},
|
|
10
11
|
{
|
|
11
12
|
"pattern": "^\\s*VAR\\s+(\\w+)",
|
|
12
13
|
"captureGroup": 1,
|
|
13
14
|
"title": "variable",
|
|
14
|
-
"
|
|
15
|
+
"commandId": "editor.action.referenceSearch.trigger",
|
|
16
|
+
"description": "variable"
|
|
15
17
|
},
|
|
16
18
|
{
|
|
17
19
|
"pattern": "(?:function|def|fn|func|sub|proc)\\s+(\\w+)",
|
package/data/codeLens/mysql.json
CHANGED
|
@@ -5,13 +5,15 @@
|
|
|
5
5
|
"pattern": "CREATE\\s+TABLE\\s+(?:IF\\s+NOT\\s+EXISTS\\s+)?`?(\\w+)`?",
|
|
6
6
|
"captureGroup": 1,
|
|
7
7
|
"title": "class",
|
|
8
|
-
"
|
|
8
|
+
"commandId": "editor.action.referenceSearch.trigger",
|
|
9
|
+
"description": "class"
|
|
9
10
|
},
|
|
10
11
|
{
|
|
11
12
|
"pattern": "CREATE\\s+PROCEDURE\\s+`?(\\w+)`?",
|
|
12
13
|
"captureGroup": 1,
|
|
13
14
|
"title": "function",
|
|
14
|
-
"
|
|
15
|
+
"commandId": "editor.action.referenceSearch.trigger",
|
|
16
|
+
"description": "function"
|
|
15
17
|
},
|
|
16
18
|
{
|
|
17
19
|
"pattern": "(?:function|def|fn|func|sub|proc)\\s+(\\w+)",
|
package/data/codeLens/nginx.json
CHANGED
|
@@ -10,15 +10,15 @@
|
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"pattern": "^(server|location|upstream)\\s",
|
|
13
|
-
"command": "editor.action.showReferences",
|
|
14
13
|
"title": "references",
|
|
15
|
-
"description": "Show block references"
|
|
14
|
+
"description": "Show block references",
|
|
15
|
+
"commandId": "editor.action.showReferences"
|
|
16
16
|
},
|
|
17
17
|
{
|
|
18
18
|
"pattern": "^\\s*(proxy_pass|root|alias)\\s",
|
|
19
|
-
"command": "editor.action.showReferences",
|
|
20
19
|
"title": "references",
|
|
21
|
-
"description": "Show directive references"
|
|
20
|
+
"description": "Show directive references",
|
|
21
|
+
"commandId": "editor.action.showReferences"
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
24
|
"pattern": "(?:class|struct|interface|trait|type)\\s+(\\w+)",
|
|
@@ -5,13 +5,15 @@
|
|
|
5
5
|
"pattern": "@interface\\s+(\\w+)",
|
|
6
6
|
"captureGroup": 1,
|
|
7
7
|
"title": "class",
|
|
8
|
-
"
|
|
8
|
+
"commandId": "editor.action.referenceSearch.trigger",
|
|
9
|
+
"description": "class"
|
|
9
10
|
},
|
|
10
11
|
{
|
|
11
12
|
"pattern": "@implementation\\s+(\\w+)",
|
|
12
13
|
"captureGroup": 1,
|
|
13
14
|
"title": "class",
|
|
14
|
-
"
|
|
15
|
+
"commandId": "editor.action.referenceSearch.trigger",
|
|
16
|
+
"description": "class"
|
|
15
17
|
},
|
|
16
18
|
{
|
|
17
19
|
"pattern": "(?:function|def|fn|func|sub|proc)\\s+(\\w+)",
|
|
@@ -5,13 +5,15 @@
|
|
|
5
5
|
"pattern": "^\\s*program\\s+(\\w+)",
|
|
6
6
|
"captureGroup": 1,
|
|
7
7
|
"title": "module",
|
|
8
|
-
"
|
|
8
|
+
"commandId": "editor.action.referenceSearch.trigger",
|
|
9
|
+
"description": "module"
|
|
9
10
|
},
|
|
10
11
|
{
|
|
11
12
|
"pattern": "^\\s*unit\\s+(\\w+)",
|
|
12
13
|
"captureGroup": 1,
|
|
13
14
|
"title": "module",
|
|
14
|
-
"
|
|
15
|
+
"commandId": "editor.action.referenceSearch.trigger",
|
|
16
|
+
"description": "module"
|
|
15
17
|
},
|
|
16
18
|
{
|
|
17
19
|
"pattern": "(?:function|def|fn|func|sub|proc)\\s+(\\w+)",
|
|
@@ -5,13 +5,15 @@
|
|
|
5
5
|
"pattern": "^\\s*function\\s+(\\w+)",
|
|
6
6
|
"captureGroup": 1,
|
|
7
7
|
"title": "function",
|
|
8
|
-
"
|
|
8
|
+
"commandId": "editor.action.referenceSearch.trigger",
|
|
9
|
+
"description": "function"
|
|
9
10
|
},
|
|
10
11
|
{
|
|
11
12
|
"pattern": "^\\s*type\\s+(\\w+)",
|
|
12
13
|
"captureGroup": 1,
|
|
13
14
|
"title": "type",
|
|
14
|
-
"
|
|
15
|
+
"commandId": "editor.action.referenceSearch.trigger",
|
|
16
|
+
"description": "type"
|
|
15
17
|
},
|
|
16
18
|
{
|
|
17
19
|
"pattern": "(?:function|def|fn|func|sub|proc)\\s+(\\w+)",
|
package/data/codeLens/pgsql.json
CHANGED
|
@@ -5,13 +5,15 @@
|
|
|
5
5
|
"pattern": "CREATE\\s+TABLE\\s+(?:IF\\s+NOT\\s+EXISTS\\s+)?(\\w+)",
|
|
6
6
|
"captureGroup": 1,
|
|
7
7
|
"title": "class",
|
|
8
|
-
"
|
|
8
|
+
"commandId": "editor.action.referenceSearch.trigger",
|
|
9
|
+
"description": "class"
|
|
9
10
|
},
|
|
10
11
|
{
|
|
11
12
|
"pattern": "CREATE\\s+(?:OR\\s+REPLACE\\s+)?FUNCTION\\s+(\\w+)",
|
|
12
13
|
"captureGroup": 1,
|
|
13
14
|
"title": "function",
|
|
14
|
-
"
|
|
15
|
+
"commandId": "editor.action.referenceSearch.trigger",
|
|
16
|
+
"description": "function"
|
|
15
17
|
},
|
|
16
18
|
{
|
|
17
19
|
"pattern": "(?:function|def|fn|func|sub|proc)\\s+(\\w+)",
|
package/data/codeLens/pla.json
CHANGED
|
@@ -5,13 +5,14 @@
|
|
|
5
5
|
"pattern": "^\\s*module\\s+(\\w+)",
|
|
6
6
|
"captureGroup": 1,
|
|
7
7
|
"title": "module",
|
|
8
|
-
"
|
|
8
|
+
"commandId": "editor.action.referenceSearch.trigger",
|
|
9
|
+
"description": "module"
|
|
9
10
|
},
|
|
10
11
|
{
|
|
11
12
|
"pattern": "^\\.(i|o)\\s+(\\d+)",
|
|
12
|
-
"command": "editor.action.showReferences",
|
|
13
13
|
"title": "references",
|
|
14
|
-
"description": "Show input/output references"
|
|
14
|
+
"description": "Show input/output references",
|
|
15
|
+
"commandId": "editor.action.showReferences"
|
|
15
16
|
},
|
|
16
17
|
{
|
|
17
18
|
"pattern": "(?:function|def|fn|func|sub|proc)\\s+(\\w+)",
|
|
@@ -5,13 +5,15 @@
|
|
|
5
5
|
"pattern": "^\\s*fun\\s+(\\w+)",
|
|
6
6
|
"captureGroup": 1,
|
|
7
7
|
"title": "function",
|
|
8
|
-
"
|
|
8
|
+
"commandId": "editor.action.referenceSearch.trigger",
|
|
9
|
+
"description": "function"
|
|
9
10
|
},
|
|
10
11
|
{
|
|
11
12
|
"pattern": "^\\s*implement\\s+(\\w+)",
|
|
12
13
|
"captureGroup": 1,
|
|
13
14
|
"title": "function",
|
|
14
|
-
"
|
|
15
|
+
"commandId": "editor.action.referenceSearch.trigger",
|
|
16
|
+
"description": "function"
|
|
15
17
|
},
|
|
16
18
|
{
|
|
17
19
|
"pattern": "(?:function|def|fn|func|sub|proc)\\s+(\\w+)",
|
|
@@ -5,13 +5,15 @@
|
|
|
5
5
|
"pattern": "^\\s*(\\w+)\\s*=",
|
|
6
6
|
"captureGroup": 1,
|
|
7
7
|
"title": "variable",
|
|
8
|
-
"
|
|
8
|
+
"commandId": "editor.action.referenceSearch.trigger",
|
|
9
|
+
"description": "variable"
|
|
9
10
|
},
|
|
10
11
|
{
|
|
11
12
|
"pattern": "^\\s*section\\s+(\\w+)",
|
|
12
13
|
"captureGroup": 1,
|
|
13
14
|
"title": "module",
|
|
14
|
-
"
|
|
15
|
+
"commandId": "editor.action.referenceSearch.trigger",
|
|
16
|
+
"description": "module"
|
|
15
17
|
},
|
|
16
18
|
{
|
|
17
19
|
"pattern": "(?:function|def|fn|func|sub|proc)\\s+(\\w+)",
|
|
@@ -5,13 +5,15 @@
|
|
|
5
5
|
"pattern": "^\\s*namespace\\s+(\\S+)",
|
|
6
6
|
"captureGroup": 1,
|
|
7
7
|
"title": "namespace",
|
|
8
|
-
"
|
|
8
|
+
"commandId": "editor.action.referenceSearch.trigger",
|
|
9
|
+
"description": "namespace"
|
|
9
10
|
},
|
|
10
11
|
{
|
|
11
12
|
"pattern": "^\\s*operation\\s+(\\w+)",
|
|
12
13
|
"captureGroup": 1,
|
|
13
14
|
"title": "function",
|
|
14
|
-
"
|
|
15
|
+
"commandId": "editor.action.referenceSearch.trigger",
|
|
16
|
+
"description": "function"
|
|
15
17
|
},
|
|
16
18
|
{
|
|
17
19
|
"pattern": "(?:function|def|fn|func|sub|proc)\\s+(\\w+)",
|