dubreuia / intellij-plugin-save-actions

Supports configurable, Eclipse like, save actions, including "organize imports", "reformat code" and "rearrange code".
MIT License
531 stars 101 forks source link

allow changing order of actions on save #411

Open createdbyjurand opened 2 years ago

createdbyjurand commented 2 years ago

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.