Eclipse, IntelliJ idea format results are not the same, resulting in long time with two development tools, idea development eclipse to format. But now the problem can be solved. Use the Eclipse Code Formatter.
Specific plugin address: Http://plugins.jetbrains.com/plugin/6546?pr=idea&offset=15&max=15#comments_pan IntelliJ idea:
1, install the plugin:
Network installation: Select Setting =>plugins=>browse repositories, search Eclipse to appear, click on the upper left corner of the download and install installation. After installation restart IntelliJ, you can find the configuration entry in setting =>eclipse Code formatter.
Hard disk installation (recommended): Setting =>plugins=>install plugin from disk, select the download good installation package "Eclipseformatter.zip" installation, restart after the entry into force;
2, configure the plugin:
Select Setting =>eclipse Code Formatter, tick the use the Eclipse-code-formatter, and in the Eclipse Java Formatter Config File selects the Code-style.xml file for Eclipse, which determines how the code is formatted.
The from file that also configures the import order is the Code-style.xml file for Eclipse, which determines how the import zone is organized.
3, using Plug-ins
You can format using IntelliJ's formatted shortcut key "Ctrl+alt+l". If an error occurs, the output prompts the event log, and if you see ' xxx formatted sucessfully by Eclipse code Formatter ', the format is successful.