【发布时间】:2019-07-11 15:45:09
【问题描述】:
我知道如何 migrate global settings 从 Eclipse 到 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
如何迁移这些?
【问题讨论】:
-
你试过Eclipse Code Formatter插件吗?
-
谢谢,我现在试过了,应该可以的。
标签: java eclipse intellij-idea code-formatting