dprint / dprint-intellij

A dprint plugin for Intellij.
https://plugins.jetbrains.com/plugin/18192-dprint
MIT License
12 stars 2 forks source link

IntelliJ formatter integration #16

Closed ryan-rushton closed 2 years ago

ryan-rushton commented 2 years ago

This adds IntelliJ formatter integration through the async formatter service. This only became available in the latest version of IntelliJ.

Some of our backend folk have requested tighter integration with the IntelliJ formatter. By doing this they can run import optimisations at the same time as formatting (Java using the new exec plugin).

For this I took inspiration from both

Some of the things done in this PR