eclipse中有两种不同的代码风格文件:
现在我知道可以使用路径导入代码格式化程序文件:
"settings -> code style -> import"
但我不知道如何导入代码模板文件,代码模板文件的路径为:
intellij 中的 "settings -> file and code template"
。
现在我在其他人使用eclipse的项目中编码,他们只有eclipse代码模板文件。
有没有办法解决问题?
答案 0 :(得分:1)
Unfortunately you cannot import code templates out of the box.
That might change in the future though..
http://blog.jetbrains.com/idea/2014/01/intellij-idea-13-importing-code-formatter-settings-from-eclipse/
Your best bet for now is to get this plugin to work and give it a go..
https://code.google.com/p/eclipse2idea/
http://www.danhaywood.com/2009/10/11/converting-eclipse-templates-to-intellij-idea/
I couldn't find the plugin on the marketplace or an update site for it though.
Best of luck..
答案 1 :(得分:0)
我从https://code.google.com/p/eclipse2idea/导出了代码,在IntelliJ中打开了maven项目,创建了一个clean package
并使用生成的jar将Eclipse xml转换为Intellij xml。没问题。
现在,我不知道如何导入Intellij xml文件。 “导入设置”不起作用。在设置的“实时模板”区域中,没有导入导入。
有没有人知道如何导入转换后的IntelliJ Template xml?