77<!-- Plugin description -->
88# PhpStorm Magento 2 Plugin
99
10- This is a PhpStorm IDE plugin for a better Magento 2 development workflow.
11-
12- ## Version 2025.0.0 - Contributors
13-
1410<table align =" center " >
11+ <caption >
12+ This is a PhpStorm IDE plugin for a better Magento 2 development workflow.
13+ </caption >
14+ <thead >
15+ <tr>
16+ <td colspan="3" align="center">
17+ Version 2025.0.0 - Contributors
18+ </td>
19+ </tr>
20+ </thead >
21+ <tbody >
1522 <tr >
1623 <td align="center">
1724 <a href="https://github.com/YevhenZvieriev">
@@ -35,13 +42,33 @@ This is a PhpStorm IDE plugin for a better Magento 2 development workflow.
3542 </a>
3643 </td>
3744 </tr >
45+ </tbody >
46+ <tfoot >
47+ <tr>
48+ <td colspan="3" align="center">
49+ <h3>Support the Project</h3>
50+ <p>If you find this plugin helpful and want to support its development, consider buying the contributors a coffee:</p>
51+ <a href="https://buymeacoffee.com/vitalii_b">
52+ <img src="https://img.shields.io/badge/Buy%20Me%20a%20Coffee-Donate-orange.svg" alt="Buy Me a Coffee">
53+ </a>
54+ </td>
55+ </tr>
56+ </tfoot >
3857</table >
3958
40- ### Support the Project
41-
42- If you find this plugin helpful and want to support its development, consider buying the contributors a coffee:
59+ ## Features
4360
44- [ ![ Buy Me a Coffee] ( https://img.shields.io/badge/Buy%20Me%20a%20Coffee-Donate-orange.svg )] ( https://buymeacoffee.com/vitalii_b )
61+ * Configuration smart completion and references for XML/JavaScript files
62+ * ` Navigate to configuration ` reference in scope of class/interface
63+ * ` Go to plugin ` reference in scope of class/interface and method
64+ * ` Navigate to Web API configuration ` reference in scope of class/interface and method
65+ * Plugin class methods generation
66+ * Plugin declaration inspection
67+ * RequireJS reference navigation and completion
68+ * MFTF reference navigation and completion
69+ * GraphQL navigation line markers
70+ * Code generation
71+ * Inspections for XML configuration
4572
4673<!-- Plugin description end -->
4774
@@ -63,20 +90,6 @@ If you find this plugin helpful and want to support its development, consider bu
6390* PhpStorm >= 2023.1
6491* JRE >= 17
6592
66- ## Features
67-
68- * Configuration smart completion and references for XML/JavaScript files
69- * ` Navigate to configuration ` reference in scope of class/interface
70- * ` Go to plugin ` reference in scope of class/interface and method
71- * ` Navigate to Web API configuration ` reference in scope of class/interface and method
72- * Plugin class methods generation
73- * Plugin declaration inspection
74- * RequireJS reference navigation and completion
75- * MFTF reference navigation and completion
76- * GraphQL navigation line markers
77- * Code generation
78- * Inspections for XML configuration
79-
8093## Setting up development environment
8194
82951 . Check out this repository
0 commit comments