We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2d698d commit 04574a2Copy full SHA for 04574a2
README.md
@@ -63,6 +63,7 @@ A nice start to a collection of Magento 2 code snippets for Visual Studio Code!
63
<li><a href="#di-scaffold">Scaffold</a></li>
64
<li><a href="#preference">Preference</a></li>
65
<li><a href="#type">Type</a></li>
66
+ <li><a href="#plugin">Plugin</a></li>
67
<li><a href="#virtual-type">Virtual Type</a></li>
68
</ul>
69
</details>
@@ -477,6 +478,17 @@ remove=""
477
478
<item name="" xsi:type=""></item>
479
```
480
481
+### Plugin
482
+
483
+**Trigger:** `m2.di.plugin`
484
485
+**Output:**
486
+```xml
487
+<plugin name=""
488
+ type=""
489
+ sortOrder=""/>
490
+```
491
492
### Virtual Type
493
494
**Trigger:** `m2.di.virtualtype`
0 commit comments