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 32 EclipseCodeFormatter issues
Sort by recently updated
recently updated
newest added

It would be nice to allow "Eclipse workspace/project folder or config file" to allow a JAR file. Something like: ``` ~/.m2/repository/org/example/ide-config/1.0.0.Final/idea-config-1.0.0.Final.jar!settings/eclipse-formatter.xml ``` It looks possible given it just loads the...

### What steps will reproduce the issue? Format the following code. ``` if (a.get() instanceof B st) { } ``` ### What is the expected result? Nothing should change. ###...

> What steps will reproduce the issue? Set a comment line limit to 90 Write a comment where the last word starts before the 90 limits end (83) ends after...

I just noticed that when i format my imports using this plugin it will always add an empty line between each import groups. I disabled that option in the eclipse_format.xml...

intellij already does some thing, we need to just hook them somehow.

enhancement
Pull request required

> What steps will reproduce the issue? Set the default settings for new projects to enable Eclipse code formatter with specific Profile Create a new Project and open it Autoformat...

bug
wontfix

Within Eclipse formatter options under Comments section, there is "Maximum width for comments" We currently use 120 as the normal line max length, but for comments we have the above...

### Problem When using the `Only VCS changed text` option, the plugin doesn't seem to format code that are between unmodified code excerpts. I want to format only new or...

bug

> 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...

Hello, I have a problem with an ".epf" file exported from STS4 (based on a version of Eclipse...). I can't format my Java classes using Eclipse Code Formatter. IntelliJ shows...