A plugin that makes Ultimate Automizer available in JetBrains IDEs.
- JetBrains IDE 2025.1.1+ or compatible
- Java 21+ for the IDE and development
- An Ultimate WebBackend (local or remote) reachable from your machine
- Run the
buildPluginGradle task. - Locate the generated
.ziparchive inbuild/distributions/. - In the target IDE: Settings > Plugins > Gear icon > Install Plugin from Disk... > Select the
.zip> Apply.
- Open a project with the code you want to verify.
- Open the Ultimate tool window, located bottom left by default, and open the settings menu.
- Change WebBackend API URL and the Ultimate config, then apply.
- Click run and wait for the results.
See the IntelliJ Platform Plugin SDK for reference.
Contributions that modify the UI should follow the UI Guidelines.
For development, the runIde Gradle task will download and start a CLion sandbox instance with the plugin installed.
The sandbox can be used to quickly test changes.