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

Add a mode that enables Save Actions for all projects #397

Closed jimshowalter closed 2 years ago

jimshowalter commented 2 years ago

We love Save Actions, but find it a bit tedious to have to enable it on a per-project basis.

It would be great if we could check some box that makes it apply to every project.

ZengAtHere commented 2 years ago

i have same demand

fishermans commented 2 years ago

The common approach on this request is to configure your default projects settings for new projects. Once you have have done this, new projects will have Save Actions enabled by default. To do so, go to File -> New project setup -> Preferences for new projects and setup your settings.

jimshowalter commented 2 years ago

Wasn't aware of that option, and it works perfectly. Thank you!