Skip to content

Commit 04574a2

Browse files
committed
added plugin
1 parent e2d698d commit 04574a2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ A nice start to a collection of Magento 2 code snippets for Visual Studio Code!
6363
<li><a href="#di-scaffold">Scaffold</a></li>
6464
<li><a href="#preference">Preference</a></li>
6565
<li><a href="#type">Type</a></li>
66+
<li><a href="#plugin">Plugin</a></li>
6667
<li><a href="#virtual-type">Virtual Type</a></li>
6768
</ul>
6869
</details>
@@ -477,6 +478,17 @@ remove=""
477478
<item name="" xsi:type=""></item>
478479
```
479480

481+
### Plugin
482+
483+
**Trigger:** `m2.di.plugin`
484+
485+
**Output:**
486+
```xml
487+
<plugin name=""
488+
type=""
489+
sortOrder=""/>
490+
```
491+
480492
### Virtual Type
481493

482494
**Trigger:** `m2.di.virtualtype`

0 commit comments

Comments
 (0)