dubreuia/intellij-plugin-save-actions

allow changing order of actions on save

createdbyjurand opened this issue · 0 comments

Describe the solution you'd like
I want Prettier to be the first action that reformats code
than I want the build in formatter from IntalliJ IDEA

I need to do the overwriting some Prettier formatting that cannot be configured.

Right now build in formatting goes first and than Prettier messes everything out.
Unfortunately Prettier is very little configured, much less than build in formatting, so I need to overwrite some of its hardcoded formatting.

For what product
IntelliJ IDEA

Intellij, Clion, etc.