我知道如何从Eclipse到Intellij的migrate global settings。
但我没有看到迁移项目特定设置的方法,存储在.settings
和org.eclipse.jdt.ui.prefs
的项目org.eclipse.jdt.core.prefs
文件夹中。
这些文件中的值示例包括:
org.eclipse.jdt.core.codeComplete.staticFinalFieldSuffixes=
org.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations=disabled
....
cleanup.convert_to_enhanced_for_loop=false
cleanup.correct_indentation=true
我如何迁移这些?
IntelliJ IDEA不支持导入此类设置,但是,您可以尝试使用自定义插件。