Running two IDEs in parallel with a written plugin

Answered

I am writing a plugin in which data can be exchanged over http, but I cannot check the correct execution because I cannot run two psi ideas with a plugin, how can I run two ideas from the same project at the same time?

0
1 comment

Hi,

As far as I know, it is not possible with Gradle IntelliJ Plugin 1.x, but will be possible with IntelliJ Platform Gradle Plugin 2.0:
https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-custom-tasks.html#CustomRunIdeTask

The IPGP is in development, and defining custom run tasks may differ a bit in the final version, so be aware of this.

0

Please sign in to leave a comment.