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

I have an IntelliJ project with several modules but I only want to apply code formatter on some of those not all? Is it possible to do that?

2024.1 ``` com.intellij.openapi.project.IndexNotReadyException: Please change caller according to com.intellij.openapi.project.IndexNotReadyException documentation at com.intellij.openapi.project.IndexNotReadyException.create(IndexNotReadyException.java:67) at com.intellij.util.indexing.FileBasedIndexImpl.handleDumbMode(FileBasedIndexImpl.java:820) at com.intellij.util.indexing.FileBasedIndexImpl.ensureUpToDate(FileBasedIndexImpl.java:768) at com.intellij.psi.stubs.StubIndexEx.getContainingIds(StubIndexEx.java:358) at com.intellij.psi.stubs.StubIndexEx.processElements(StubIndexEx.java:168) at com.intellij.psi.stubs.StubIndex.getElements(StubIndex.java:102) at com.intellij.psi.stubs.StubIndex.getElements(StubIndex.java:90) at com.intellij.psi.impl.java.stubs.index.JavaFullClassNameIndex.getClasses(JavaFullClassNameIndex.java:37) at com.intellij.psi.impl.file.impl.JavaFileManagerImpl.doFindClasses(JavaFileManagerImpl.java:82) at com.intellij.psi.impl.file.impl.JavaFileManagerImpl.findClass(JavaFileManagerImpl.java:105)...

After upgrading to 2024.1.4 `Build #IU-241.18034.62, built on June 20, 2024` I've started getting this notification on each attempt to save a file `ChecksumUtils.java failed to format with Adapter for...

When I start Code Cleanup in IntelliJ it seems like it does not use the Eclipse Formatter and it will change indentations. I have to reformat the code and then...

Hi. With `23.4.223.000.0-Eclipse_2023-03`, I run into a strange issue: some methods are just skipped rather than formatted, while the rest of the file is processed just fine, and the conditions...

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