You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a project (Apache Flink) using AOSP format but with customized import ordering. I manually set the order in Preferences | Editor | Code Style | Java | Imports | Import Layout, but google-java-plugin will override my settings when I use "Optimize Imports".
Is it possible to provide an option to disable the feature, or let users to customize the import order? Thanks!
The text was updated successfully, but these errors were encountered:
Should the other applicable CLI options also be exposed? This would allow using different options within the CLI and remaining consistent with the plugin. This would be beneficial when running a validation in CI to ensure code is formatted before merging. Currently, we are restricted to only what the plugin allows.
At a glance, these all look like candidates.
fixImportsOnly
sortImports
removeUnusedImports
reflowLongStrings
formatJavadoc
I can make a separate issue if that's preferred. Also, happy to contribute the changes if it's something that would be accepted.
On a team that even enforces import-order as a build step, fully preventing me from using this plugin until I have the option to exclude imports from the formatting
I'm working on a project (Apache Flink) using AOSP format but with customized import ordering. I manually set the order in
Preferences | Editor | Code Style | Java | Imports | Import Layout
, butgoogle-java-plugin
will override my settings when I use "Optimize Imports".Is it possible to provide an option to disable the feature, or let users to customize the import order? Thanks!
The text was updated successfully, but these errors were encountered: