|
12 | 12 |
|
13 | 13 | <description><![CDATA[
|
14 | 14 | This is a PhpStorm IDE plugin for a better Magento 2 development workflow.
|
| 15 | +
|
| 16 | +<h3>Main Features</h3> |
| 17 | +<ul> |
| 18 | + <li><strong>Code Generation:</strong> Quickly generate boilerplate Magento code like plugins, observers, XML configurations, and more.</li> |
| 19 | + <li><strong>Inspections:</strong> Identify and fix potential issues with Magento-specific code quality tools.</li> |
| 20 | + <li><strong>Reference Navigation:</strong> Easily navigate between Magento files, classes, and references.</li> |
| 21 | + <li><strong>Code Completion:</strong> Auto-complete Magento-specific code constructs, including XML tags, class names, and methods.</li> |
| 22 | + <li><strong>Copy Magento Path:</strong> Copy file paths in Magento format.</li> |
| 23 | + <li><strong>Upgrade Compatibility Tool:</strong> Assist in upgrading Magento modules and code for newer Magento versions.</li> |
| 24 | + <li><strong>URN Mapping:</strong> Resolve Magento URNs for correct file associations and navigation.</li> |
| 25 | +</ul> |
| 26 | +<h3>Version 2025.0.0 - Contributors</h3> |
| 27 | +<table align="center"> |
| 28 | + <tr> |
| 29 | + <td align="center"> |
| 30 | + <a href="https://github.com/YevhenZvieriev"> |
| 31 | + <img src="https://avatars.githubusercontent.com/u/43544955?v=4" width="100px;" alt="Contributor 1"/> |
| 32 | + <br/> |
| 33 | + <sub><b>Yevhen Zvieriev</b></sub> |
| 34 | + </a> |
| 35 | + </td> |
| 36 | + <td align="center"> |
| 37 | + <a href="https://github.com/SilinMykola"> |
| 38 | + <img src="https://avatars.githubusercontent.com/u/15772032?v=4" width="100px;" alt="Contributor 2"/> |
| 39 | + <br/> |
| 40 | + <sub><b>Mykola Silin</b></sub> |
| 41 | + </a> |
| 42 | + </td> |
| 43 | + <td align="center"> |
| 44 | + <a href="https://github.com/VitaliyBoyko"> |
| 45 | + <img src="https://avatars.githubusercontent.com/u/20116393?v=4" width="100px;" alt="Contributor 3"/> |
| 46 | + <br/> |
| 47 | + <sub><b>Vitalii Boiko</b></sub> |
| 48 | + </a> |
| 49 | + </td> |
| 50 | + </tr> |
| 51 | +</table> |
| 52 | +
|
| 53 | +<h3>Support the Project</h3> |
| 54 | +
|
| 55 | +If you find this plugin helpful and want to support its development, consider buying the contributors a coffee: |
| 56 | +<a href="https://buymeacoffee.com/vitalii_b">Buy Me a Coffee</a> |
15 | 57 | ]]></description>
|
16 | 58 |
|
17 | 59 | <change-notes><![CDATA[
|
|
0 commit comments