在eclipse中,我准备了一个java代码样式格式化程序(保存为xml)。每次我开始一个新项目时,我都需要手动将首选项中的格式化程序设置为我的格式。我经常需要制作新项目(在不同的工作区中),每次设置格式化器都会非常烦人。
有没有办法更改打开新Eclipse工作区时加载的默认格式?我想可能有一个插件可以做到这一点,但我似乎无法找到它。
答案 0 :(得分:0)
转到首选项并导入您拥有的xml,这将用于所有eclipse项目...
用于跨工作区共享eclipse特定设置:
转到
$ {old_workspace} /。元数据/ .plugins / org.eclipse.core.runtime / .settings
将上述目录下的所有内容复制到
$ {new_workspace} /。元数据/ .plugins / org.eclipse.core.runtime / .settings
这将确保$ {new_workspace}具有与$ {old_workspace}相同的配置
可以在
找到格式化程序文件... metadata.plugins \ org.eclipse.core.runtime.settings \ org.eclipse.jdt.ui.prefs .... metadata.plugins \ org.eclipse.core.runtime.settings \ org.eclipse.jdt.core.prefs
只需搜索 formatter_profile
键即可