dubreuia / intellij-plugin-save-actions

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

I wish that Save Actions setting is applied to for every project not specific project #336

Closed hihiboss closed 4 years ago

hihiboss commented 4 years ago

Describe the solution you'd like image Save Actions is able to configured to each project. So, if I do something for several projects, I should configure each project. I wish that Save Actions setting are applied to global setting! Then, I'll have no needs to configure Save Actions setting to all projects!

For what product

Intellij but this could be applied to all products :)

dubreuia commented 4 years ago

Hey @hihiboss,

Thank you for your interest in the plugin. This issue has been proposed before (see #305 for discussion), but I decided against it (the workaround is to the configure "New projects" in Intellij so that all of your new projects in Intellij have the same config when they are created).

I've decided against it because some user also want the opposite: project configuration (not global). See this original issue from 2017: #68.

There was a tentative pull request to have both at the same time: #251, but the code and resulting UI was convoluted. Pull requests welcome, but we need to keep both functionalities (project and global)

hihiboss commented 4 years ago

Thank you for your kind explaination!

I understand your thought and decision. I agree with those. =)

And, I really thank you for your awesome plugin. My development life has been turned to more comfortable and cool.

I’m expecting and pulling for yours. 👍

dubreuia commented 4 years ago

Positive feedback like this makes my day, thanks :smile: