- Check out this repository
- Download PhpStorm build specified in the META-INF/plugin.xml. Older builds can be found here
- Create a new project in the InteliJ. The type of the project must be "InteliJ Platform Plugin". Specify a path to the PhpStorm from the previous step as SDK for this project
- Instead of creating a project in a new directory, point it to an existing one checked out in the first step. When prompted, replace all configs
- Revert any local modifications (which were done by the IDE during project creation)
- Follow these steps and additionally include dependency on the
javascript-openapi
- You may also need to install JDK 1.8
- To make sure that environment is configured correctly,
Run
the plugin. You should see a new instance of PhpStorm launched with the plugin installed. Make sure that plugin is enabled in PhpStorm settings and indexing is finished. Plugin features should be accessible at this point