将 eclipse 设置导入 intellijI

发布于 2024-12-04 04:26:37 字数 52 浏览 1 评论 0原文

我有一堆代码格式的 Eclipse 设置。有什么办法可以将这些导入到intellij中吗?

I've got a stack of eclipse settings for code format. Is there any way to import these into intellij?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

拒绝两难 2024-12-11 04:26:37

使用 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.

你又不是我 2024-12-11 04:26:37

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文