Ides
The extension to define the IDEs to be used along with the IntelliJ Plugin Verifier CLI tool for the binary plugin verification.
It provides a set of helpers which add relevant entries to the configuration, which later is used to resolve IntelliJ-based IDE binary releases.
Parameters
IntelliJ Platform dependencies helper instance
IntelliJ Platform extension instance provider
Constructors
Functions
Creates and configures an instance of IntelliJPlatformDependencyConfiguration and adds an IntelliJ Platform dependency based on the provided configuration.
Adds a dependency on the IntelliJ Platform using a Provider.
Adds multiple dependencies on the IntelliJ Platform using a Provider.
Adds a dependency on the IntelliJ Platform.
Adds the latest available IntelliJ Platform of the currently used type to be used for testing with the IntelliJ Plugin Verifier.
Helper to fall back to the recommended IDE list when the receiver provider is absent.
Retrieves matching IDEs using the default configuration based on the currently used IntelliJ Platform and applies them for IntelliJ Platform Verifier.
Retrieves matching IDEs using custom filter parameters.