Installation Guide
Installing MetaStorm from JetBrains Marketplace
- Open PHPStorm
- Go to Preferences (⌘ + , on macOS or File → Settings on Windows/Linux)
- Navigate to Plugins in the left panel
- Click the Marketplace tab
- Search for MetaStorm
- Click Install and wait for the installation to complete
- Restart the IDE to activate the plugin
Manual Installation
If you need to install the plugin manually from a .zip
file:
- Download the Plugin
- Go to MetaStorm Plugin Page and download the
.zip
file
- Go to MetaStorm Plugin Page and download the
- Install in PHPStorm
- Open PHPStorm and go to Preferences → Plugins
- Click the ⚙️ gear icon in the top-right corner
- Select Install Plugin from Disk…
- Locate and select the downloaded
.zip
file - Click OK to install
- Restart PHPStorm
- Restart your IDE to apply the changes
Updating the Plugin
To update MetaStorm:
- From Marketplace: Go to Preferences → Plugins, find MetaStorm, and click Update (if available)
- Manual Update: Download the latest
.zip
and reinstall using the manual installation steps above
Verifying Installation
After installation, you can verify that MetaStorm is working by:
- Checking Preferences → Plugins → Installed and ensuring MetaStorm is listed
- Creating a
.meta-storm.xml
file and testing autocompletion or references
If you experience issues, restart PHPStorm or reinstall the plugin.