I’m trying to make some performance improvements on the gherkin / cucumber plugin which is located on GitHub - JetBrains/intellij-plugins: Open-source plugins included in the distribution of IntelliJ IDEA Ultimate and other IDEs based on the IntelliJ Platform. I Haven’t found any instructions on how to import and run them. I’ve installed the bazel plugin and tried to open the BUILD file but nothing happens.
I’ve been able to work around it by creating a new build.gradle.kts where I added all the dependencies for the plugin and used the ID of the gherkin plugin but that’s a hassle. Also the current source code doesn’t work well with 2025.1.1 preview so I guess I’d need to run the IntelliJ community edition from source?
So, my workaround kinda works, but I’d appreciate if you could give some advice on how to properly work with the mentioned repository - kinda like you do?