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

Automatic save in Intellij #370

Open fhx opened 3 years ago

fhx commented 3 years ago

Hi,

love the plugin and been using it since the good ol Eclipse days :-)

Recently switched to IntelliJ and use its automatic build feature that compiles and saves each file on context switch (shift between open file/editor), but even though I´ve enabled most of Save Actions activation options it requires me to press CTRL-S to activate Save Actions rules - is there any way to make Save Actions run automatically when intelliJ compiles changes or do we explicit have to press CTRL-S?

If not that would be of great value and a great change proposal 🥇

Here's our configuration save actions

Issue/proposal seems related to https://github.com/dubreuia/intellij-plugin-save-actions/issues/63

Br Frank