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

Propagate Static everywhere #339

Closed Arthur-Milchior closed 3 years ago

Arthur-Milchior commented 3 years ago

Describe the solution you'd like I'm trying to apply your product to a whole project. And it is asking, again and again, to which methods I want to propagate Static. I would appreciate:

For what product

Android-studio

Thanks for your product !

dubreuia commented 3 years ago

Hey @Arthur-Milchior, thank you for your interest in the plugin. However, this plugin doesn't do what you think it does, it is only calling IDE actions when the file is saved. What you are trying to do is applying IDE for all your files, this is outside the scope of the plugin. I also don't know what is "Propagate Static everywhere", is it "Add class qualifier to static member access"?

There is a "batch mode" in the plugin that might help you, see https://github.com/dubreuia/intellij-plugin-save-actions#activation, "Activate save actions on batch".