EclipseCodeFormatter icon indicating copy to clipboard operation
EclipseCodeFormatter copied to clipboard

IntelliJ plugin - use Eclipse's code formatter directly from IntelliJ. https://plugins.jetbrains.com/plugin/6546

Results 36 EclipseCodeFormatter issues
Sort by recently updated
recently updated
newest added

Can you provide formatted configuration files directly exported to IDEA? Or directly export and overwrite IDEA format configuration. Because, sometimes I want to modify the configuration, I still have to...

enhancement

> If the formating is different than expected: > - make sure you are comparing with the same Eclipse version > - provide a code example (both from Eclipse and...

As a feature suggestion, it would be great if we can use a cloud hosted formatter file. This is useful when working with a team that happens to frequently update...

enhancement
Patch Welcomed

I experienced some trouble with the plugin in IntelliJ IDEA 2018.2.6 (Ultimate Edition) Build #IU-182.5107.16 on Windows 7 I was not able to activate the plugin cause the buttons to...

How about autodetect configuration files? Like it is done with for CI/CD using `Jenkinsfile`, `gitlab-ci.yml` or `.travis.yml`, which are files in the root of the project. Jenkins/Gitlab/Travis look for these...

enhancement
Patch Welcomed

In a multi-developer & multi-project environment it would be nice if the formatter could be placed online and synchronized/updated on-startup or once a day.

enhancement
Patch Welcomed

Currently I have everything in the Eclipse Code formatter configured properly. I have the text box next to the Format other file types by IntelliJ with this exception empty(and that...

enhancement

From IntelliJ IDEA documentation ([link](https://www.jetbrains.com/help/idea/discover-intellij-idea.html#CodeStyleFormatting)): > IntelliJ IDEA automatically applies a code style you've configured in the Code Style settings as you edit, and in most cases you don't need...

wontfix

When organizing imports automatically with option "Optimize imports on the fly" the plugin seems to handle the correct order, but after a ~ second the order gets overridden by the...

bug