我知道如何从Eclipse migrate global settings到Intellij。
但是我看不到一种迁移项目特定设置的方法,该设置存储在.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
如何迁移这些?
答案 0 :(得分:0)
IntelliJ IDEA不支持此类设置的导入,但是,您可以尝试使用自定义插件。