-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Hi,
Thanks for creating this project. I find it interesting as it solves the issue with running the Intellij formatter while having an instance running on your machine, and also can help shipping and sharing formatter settings within a team.
Are you still maintaining this project?
It would be nice to upgrade the packaged version of Intellij to the latest one. To keep up with recent features in different languages.
I've tried and managed (with much pain) to use Intellij 2025.3.1. However along the way I probably diminished most of the efforts you put in to limit the size of the re-packaged IDE. I'm happy to open a PR for that though.
I wished Intellij had a lightweight version of the IDE or even a library to let you use just the formatting part. I made some experiments along these lines but I quickly got lost over the complexity of the project.
For a developer only usage, it could be interesting to support running Intellij from your local installation too, like spotless recently added support for (that's how I came to discover this project by the way diffplug/spotless#2545 (comment)). This way you would avoid downloading a large JAR file.
Additionally it would be great to distribute the plugin on Maven Central. I'm wondering if Intellij license allows that though (https://plugins.jetbrains.com/docs/intellij/intellij-platform.html seems to suggest you should be able to create custom distributions, like Android Studio).