Skip to content

Commit ef86ad6

Browse files
committed
Autocomplete icons in ide.json
1 parent 33673cd commit ef86ad6

1 file changed

Lines changed: 51 additions & 1 deletion

File tree

ide.json

Lines changed: 51 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,56 @@
1616
]
1717
}
1818
]
19+
},
20+
{
21+
"complete": "bladeIcon",
22+
"condition": [
23+
{
24+
"classFqn": [
25+
"Code16\\Sharp\\Utils\\Menu\\HasSharpMenuItems"
26+
],
27+
"methodNames": [
28+
"addEntityLink"
29+
],
30+
"parameters": [
31+
3
32+
]
33+
},
34+
{
35+
"classFqn": [
36+
"Code16\\Sharp\\Form\\Fields\\Embeds\\SharpFormEditorEmbed"
37+
],
38+
"methodNames": [
39+
"configureIcon"
40+
],
41+
"parameters": [
42+
1
43+
]
44+
},
45+
{
46+
"classFqn": [
47+
"Code16\\Sharp\\EntityList\\Commands\\Command"
48+
],
49+
"methodNames": [
50+
"configureIcon"
51+
],
52+
"parameters": [
53+
1
54+
]
55+
},
56+
{
57+
"place": "parameter",
58+
"classFqn": [
59+
"Code16\\Sharp\\EntityList\\EntityListEntities"
60+
],
61+
"methodNames": [
62+
"addEntity"
63+
],
64+
"parameters": [
65+
3
66+
]
67+
}
68+
]
1969
}
2070
],
2171
"view": {
@@ -285,4 +335,4 @@
285335
]
286336
}
287337
]
288-
}
338+
}

0 commit comments

Comments
 (0)