The eclipse, Intellij idea formatting results are different, resulting in a long time using two development tools, idea development eclipse for formatting. But now the problem can be solved. Use Eclipse Code Formatter.
Specific plug-in 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. Restart IntelliJ after installation to locate the configuration item in setting =>eclipse Code formatter.
HDD installation (recommended): Setting =>plugins=>install plugin from disk, select the downloaded installation package "Eclipseformatter.zip" installation, restart after the effective;
2. Configure the plugin:
Select Setting =>eclipse Code Formatter, tick use the Eclipse-code-formatter, and in Eclipse Java Formatter config File selects the Code-style.xml file for Eclipse, which determines how the code is formatted.
The From file of the import order is also configured for Eclipse's Code-style.xml file, which determines how the import area is organized.
3, using plugins
Use the IntelliJ format shortcut "Ctrl+alt+l" to format. If an error occurs, the output prompts to the event log, and if you see ' xxx formatted sucessfully by Eclipse code Formatter ' then the format is successful!
Eclipse, INTELLIJ idea format unified Eclipse CODE FORMATTER