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

If you invoke the formatter on a file with compile errors (f.e. missing paranthesis) the code is messed up. How about checking for compile errors before formatting? ``` private boolean...

Patch Welcomed

Let's say that I have the following code, formatted as such because it is longer than the line length: ``` String result = String.join("/", first, reallyLongVariableName); ``` If I rename...

enhancement

> What steps will reproduce the issue? Create an [IDE Kotlin script](https://www.jetbrains.com/help/idea/ide-scripting-console.html) as below: ```kotlin import com.intellij.openapi.diagnostic.Logger import com.intellij.openapi.project.Project import com.intellij.openapi.project.ProjectManager import com.intellij.psi.PsiFile import com.intellij.psi.codeStyle.CodeStyleManager class ReformatListener(private val project: Project)...

Patch Welcomed

### Versions: - IntelliJ IDEA Version: 2023.2.5 Build #IU-232.10227.8 - Plugin Version: 23.3.223.000.0-Eclipse_2023-03 ### Issue Description: When committing with the "Reformat code" option enabled in IntelliJ IDEA 2023.2.5, the code...

Could the bundled eclipse version be upgraded to 2023-12, in order to support the new language features introduced in JDK21? https://eclipse.dev/eclipse/news/4.30/jdt.php#Java21

updated Settings menu path

> What steps will reproduce the issue? provoking the formatting : using the save trigger for triggering the formatting, shows an error about the empty path of the formatting file...

When using the 'Correct Indentation' button from the context menu in Eclipse: ![image](https://user-images.githubusercontent.com/15180127/215083567-0c3724a2-2b96-4330-a750-7c6df8b0df71.png) The indentation will have two tabs. IntelliJ on the other hand will reformat the snippet to use...

> What steps will reproduce the issue? No idea, unfortunately. > Paste information about IDE and OS (it can be copied from Help | About dialog). ``` IntelliJ IDEA 2022.3.2...

> What steps will reproduce the issue? The following exception occurs sporadically when running Replace in files: ``` java.lang.RuntimeException: Document is locked by write PSI operations. Use PsiDocumentManager.doPostponedOperationsAndUnblockDocument() to commit...