mprobst / ClangFormatIJ

clang-format for IntelliJ based IDEs
Apache License 2.0
15 stars 9 forks source link

Add action to format whole file #9

Closed leokoppel closed 6 years ago

leokoppel commented 6 years ago

Resolves #5

The current ClangFormatAction formats either the current statement or the current selection. This PR adds two new actions:

Also adds ClangFormatAutoAction action to the "Code" menu under the built-in "Reformat Code". (I think that one fits in the menu since its behaviour is the same as "Reformat Code"). Changes the action text to be consistent with built-in actions.

mprobst commented 6 years ago

Thanks! I'm currently traveling, I'll make a new release in a week or so once I'm back.

leokoppel commented 6 years ago

Great, thank you for the plugin!

ospfranco commented 2 years ago

Hi! Is this released? how can I execute this action on Android Studio?