将 eclipse 设置导入 intellijI
我有一堆代码格式的 Eclipse 设置。有什么办法可以将这些导入到intellij中吗?
I've got a stack of eclipse settings for code format. Is there any way to import these into intellij?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用 IntelliJ IDEA 13,您还可以导入 eclipse 代码格式设置而不需要任何插件。
首先,您必须在 Eclipse 中导出这些 Code Formatter 设置。在 Eclipse 中,转到
Preferences >>> Java>>代码风格>>格式化并通过“全部导出”选项将其导出。
结果,您将获得一个 XML 文件。
在 IntelliJ 中,转到
File >>>其他设置>>默认设置>>代码风格>> Java
>>转到“管理”>>转到“导入”并选择导出的 XML 文件。应用更改,IntelliJ 现在应该自动格式化。
With IntelliJ IDEA 13 you can also import eclipse Code formatting settings without the need of any plugins.
First you have to export those Code Formatter settings in eclipse. In eclipse go to the
Preferences >> Java >> Code Style >> Formatter and export it via "Export All" option.
As a result, you will get a XML file.
In IntelliJ, go to
File >> Other Settings >> Default Settings >> Code Style >> Java
>> go to "Manage" >> go to "Import" and select that exported XML file.Apply Changes and IntelliJ should format automatically now.
IntelliJ IDEA 不支持 Eclipse 代码样式设置,但是,有一个插件可以使用外部 Eclipse 代码格式而不是内部代码格式,这样您将在 Eclipse 和 IntelliJ IDEA 中获得相同的格式。
IntelliJ IDEA doesn't support Eclipse code style settings, however, there is a plug-in to use external Eclipse code formatting instead of the internal one, so that you will get the same formatting in Eclipse and in IntelliJ IDEA.