Installation
Supported IDEs
| Build | IDE compatibility | Support level |
|---|---|---|
| Default (Marketplace) | IntelliJ IDEA 2025.2+ (Ultimate & Community Edition) | Officially supported |
| Compatibility build | IntelliJ IDEA 2022.1 – 2025.1 | Best-effort, not verified |
Only the default build is published to the JetBrains Marketplace. If you are on an older IDEA version, download the compatibility build from GitHub Releases — every release attaches an additional best-effort package covering IDEA 2022.1 through 2025.1, and the release notes' Downloads table lists the exact IDE range of each zip.
You can also build a package for a custom range with script/package.sh:
./script/package.sh # default: 2025.2+, unbounded (what ships to Marketplace)
./script/package.sh '221-*' # 2022.1 and newer, unbounded
./script/package.sh 221-251 # 2022.1 through 2025.1Compatibility outside the default range is best-effort: the package is compiled against the newest platform and is not verified on older IDEs.
Reading the version number
Plugin versions embed the IDE range as <base>.<since>.<until> — e.g. 3.2.4.252.0 is the default 3.2.4 build for IDEA 2025.2 (build 252) and newer, while 3.2.4.221.251 is the compatibility build for IDEA 2022.1 (221) through 2025.1 (251). A 0 means unbounded.
Install from JetBrains Marketplace
- Open Settings > Plugins > Marketplace
- Search for "EasyYapi"
- Click Install
Manual Installation
- Download the plugin from JetBrains Marketplace or GitHub Releases
- Open Settings > Plugins > ⚙️ > Install Plugin from Disk...
- Select the downloaded plugin file
Restart the IDE after installation.