- Check out this repository
- Open a folder with the project in the IntelliJ Ultimate using the
open
action button. - Make sure that you on the latest develop branch (e.g 1.0.0-develop)
- Right-click on the
build.gradle
file, choose "Import Gradle project" - When the Gradle sections appeared in the right bar, navigate there and right-click
magento-2-php-storm-plguin > Tasks -> Intellij -> runIde
- Click on "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 that the plugin is enabled in IntelliJ settings and indexing is finished. Plugin features should be accessible at this point.
- Build a new version of the plugin
- Install the newly created archive/jar file from disk for testing
- Publish
If you are a new GitHub user, we recommend that you create your own free github account. This will allow you to collaborate with the Magento 2 development team, fork this project and send pull requests.
- Search current listed issues (open or closed) for similar proposals of intended contribution before starting work on a new contribution.
- Review and sign the Contributor License Agreement (CLA) if this is your first time contributing. You only need to sign the CLA once.
- Create and test your work.
- Fork this repository and create a pull request.
- Once your contribution is received the Magento 2 development team will review the contribution and collaborate with you as needed.