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

Request: add some way to apply the "save actions" to all files, everywhere in the project #349

Closed AndroidDeveloperLB closed 3 years ago

AndroidDeveloperLB commented 3 years ago

Describe the solution you'd like I know it triggers each time you save, but maybe as a start, it could be nice to apply the changes to all files. If this is already possible, please let me know.

For what product Android Studio.

dubreuia commented 3 years ago

Hello @AndroidDeveloperLB, thank you for your continued interest in the plugin. Yes, you can use "batch mode" for that:

  1. Activate batch mode: https://github.com/dubreuia/intellij-plugin-save-actions#activation
  2. Then use the following action: "Code > Save Actions > Execute on multiple files" and following the scope dialog
AndroidDeveloperLB commented 3 years ago

@dubreuia Oh cool. Thank you!