You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://magento.com)
16
+
[](https://buymeacoffee.com/vitalii_b)
16
17
17
18
## Installation
18
19
@@ -55,13 +56,18 @@ This is a PhpStorm IDE plugin for a better Magento 2 development workflow.
55
56
1. Click `Run "magento-2-php-storm-plugin"` to run the plugin. You should see a new instance of IntelliJ launched with the plugin installed. Make sure the plugin is enabled in IntelliJ settings and indexing is finished. Plugin features should be accessible at this point.
56
57
57
58
## How to contribute
58
-
1) Start with looking into [Community Backlog](https://github.com/magento/magento2-phpstorm-plugin/projects/2). Any ticket in `Ready for Development` and `Good First Issue` columns are a good candidates to start.
59
+
1) Start with looking into [Community Backlog](https://github.com/magento/magento2-phpstorm-plugin/issues?q=is%3Apr+is%3Aopen+label%3A%22good+first+issue). Any ticket in `Ready for Development` and `Good First Issue` columns are a good candidates to start.
59
60
2) Didn't satisfy your requirements? [Create a new issue](https://github.com/magento/magento2-phpstorm-plugin/issues/new). It can be for example:
60
61
-**Bug report** - Found a bug in the code? Let us know!
61
62
-**Enhancement** - Know how to improve existing functionality? Open an issue describe how to enhance the plugin.
62
63
-**New feature proposal** - Know how to make a killer feature? Do not hesitate to submit your proposal.
63
-
3) The issue will appear in the `Ready for Grooming` column of the [Community Backlog](https://github.com/magento/magento2-phpstorm-plugin/projects/2). Once it will be discussed and approved the issue will be ready for development.
64
-
4) Refer to the [Contributing Guide](https://github.com/magento/magento2-phpstorm-plugin/blob/2.1.0-develop/.github/CONTRIBUTING.md) for more information on how to contribute.
64
+
3) The issue will appear in the `Ready for Grooming` column of the [Community Backlog](https://github.com/magento/magento2-phpstorm-plugin/issues?q=is%3Apr+is%3Aopen+label%3A%22good+first+issue). Once it will be discussed and approved the issue will be ready for development.
65
+
4) Refer to the [Contributing Guide](https://github.com/magento/magento2-phpstorm-plugin/blob/5.4.0-develop/.github/CONTRIBUTING.md) for more information on how to contribute.
66
+
67
+
## Learn to contribute
68
+
1) SDK [Developing a Plugin](https://plugins.jetbrains.com/docs/intellij/developing-plugins.html)
69
+
2) Good Presentation about platform [How We Built Comma, the Raku IDE, on the IntelliJ Platform](https://www.youtube.com/watch?v=zDP9uUMYrvs)
70
+
3) Plugin example [idea-php-symfony2-plugin](https://github.com/Haehnchen/idea-php-symfony2-plugin)
0 commit comments