I have org.eclipse.jdt.core.prefs file, which contains eclipse code style, but I can import to intellij idea only xml files, it there any way import prefs file to intellij idea?
How import eclipse code style to intellij idea?
31.4k Views Asked by roman-v1 At
3
Go to Eclipse's Preferences → Java → Code Style → Formatter and export the settings to an XML file via the Export All button (or Edit and then Export in dialog that opens up). Then open IntelliJ IDEA Settings → Code Style → Java, click Manage, and import that XML file by simply clicking Import.
As of IntelliJ IDEA 13, there is no possibility to import
.settings
/.prefs
files directly.Edit: IntelliJ can import the following Eclipse properties: