`
1028826685
  • 浏览: 939045 次
  • 性别: Icon_minigender_1
  • 来自: 重庆
社区版块
存档分类

IDEA插件配置之Eclipse Code Formatter

    博客分类:
  • idea
 
阅读更多

Eclipse、Intellij idea格式化结果不一样,导致长时间都是用两个开发工具,idea开发eclipse进行格式化。但是现在这个问题可以解决了。使用Eclipse Code Formatter。

1,安装插件:

硬盘安装:Setting =>Plugins=>Install plugin from disk,选中下载前往下载好的安装包【EclipseFormatter.zip】安装,重启后生效;

2,配置插件:

选择Setting =>Other Settings =>Eclipse Code Formatter,勾选Use the Eclipse-code-formatter,并在Eclipse Java Formatter config file选择Eclipse用的code-style.xml文件,这个选项会决定格式化代码的方式。再选择Java formatter profile 为刚刚导入的文件。同时配置Import order的From File也为Eclipse用的code-style.xml文件,这个选项会决定组织import区域的方式。

3,使用插件

使用Intellij的格式化快捷键”Ctrl+ALT+L”即可进行格式化。如果出错会输出提示到Event Log里,如果看到’xxx formatted sucessfully by Eclipse code formatter’则表示格式化成功!

分享到:
评论

相关推荐

    IDEA与Eclipse统一代码风格codeformatter使用文档

    首先,我们需要了解Eclipse自带了CodeFormatter功能,而IntelliJ IDEA则需要借助第三方插件,也就是EclipseCodeFormatter插件来实现相似的功能。这个插件可以在IDEA的插件管理器中搜索并下载,也可以选择从官网下载...

    EclipseFormatter.zip

    Eclipse Code Formatter 可直接导入使用,直接下载。为解决网络问题。源码地址:https://github.com/alibaba/p3c/tree/master/p3c-formatter

    eclipse Code Formatter

    IDEA插件Eclipse Code Formatter的代码formatter样式文件,解决样式冲突。

    Eclipse_CodeFormatter.xml

    IDEA代码格式化插件

    EclipseFormatter 20.9 适配IDEA

    3. **配置插件**:进入IDEA的设置(Preferences)> Editor > Code Style > Java,然后选择EclipseFormatter作为默认的代码样式。可能还需要导入Eclipse的代码格式化配置文件(.xml)来完全匹配Eclipse的风格。 4. *...

    HuaweiCodeFormatter

    华为eclipse公司使用的CodeFormatter,此格式化规范很不错,一目了然。

    eclipse-codestyle.xml

    Eclipse Code Formatter xml

    IDEA 统一格式化插件配置

    对于IDEA,虽然默认的代码格式化器与Eclipse有所不同,但通过导入"Eclipse_CodeFormatter.xml",我们可以让IDEA遵循Eclipse的格式化规则。首先,打开IDEA的设置(Preferences on macOS),进入"Editor" -> "Code ...

    EclipseCodeFormatter:IntelliJ插件-直接从IntelliJ使用Eclipse的代码格式化程序。 https

    转到Eclipse | Windows | Preferences | Java | Code Style | Formatter Eclipse | Windows | Preferences | Java | Code Style | Formatter Eclipse不会导出默认配置文件,因此您必须通过“ New按钮创建自

    eclipse formatter和codetemplates java代码编写规范

    eclipse formatter和codetemplates java代码编写规范 eclipse formatter和codetemplates java代码编写规范

    idea的代码规范设置.docx

    我们可以安装 Eclipse Code Formatter 插件,该插件可以根据阿里的 XML 配置文件格式化代码。 安装教程①:直接在插件仓库中安装 Eclipse Code Formatter 插件。我们可以依次点击进入插件界面:File -> Settings ->...

    eclipse-编码规范系列(一):Eclipse Code Templates设置 - CSDN博客1

    除了Code Templates,Eclipse还提供了`Eclipse Formatter`用于代码格式化,以及`Checkstyle`插件进行代码风格检查。通过结合这些工具,可以有效地确保团队成员遵循统一的编码规范,提高代码质量。 总的来说,...

    ali-code-style.xml

    阿里编码规范 idea 插件eclipse code formatter 配置文件

    IDEA设置成Eclipse风格(快捷键、关键字颜色等)

    同时,通过"Preferences/Settings" -> "Plugins"安装Eclipse相关的插件,如"Eclipse Code Formatter",可以实现更精确的Eclipse代码格式化。 总结来说,要让IntelliJ IDEA更像Eclipse,我们需要调整以下几个方面: ...

    EasyCode代码生成插件 v1.2.6.zip

    4. **集成环境广泛**:此插件可无缝集成到常见的IDE环境中,如Visual Studio、Eclipse、IntelliJ IDEA等,使得开发者无需离开熟悉的开发环境就能享受到代码生成的便利。 5. **更新与维护**:v1.2.6版本的发布,意味...

    CodeFormatter(new).xml codetemplates.xml

    `CodeFormatter(new).xml` 和 `codetemplates.xml` 这两个文件通常与代码编辑器或集成开发环境(IDE)的配置有关,它们分别用于设置代码格式化规则和代码模板。 `CodeFormatter(new).xml` 文件: 这个文件很可能是...

    eclipse intellij idea xml 自动格式化代码

    第一类:Intellij idea 使用: Settings->Editor->Code Style->XML 第二类:Eclipse使用: 1.在菜单栏中选中『windows』-〉 『Preferences』。... 『Formatter』,主要是设置代码的格式.使用的命令是:ctrl+shift+f

    IntellijIDEA和eclipse代码格式一致的商业解决方案.docx

    本文将详细介绍如何在Intellij IDEA与Eclipse之间实现代码格式的一致性,包括安装必要的插件、配置基础选项以及实现自动格式化的具体步骤。 #### 一、安装 在Intellij IDEA中安装Eclipse代码格式化插件的具体步骤...

    华为项目标准代码模版。格式化【FormatterTemplates】

    华为项目标准代码模版。为个人项目开发提供标准的规范。

Global site tag (gtag.js) - Google Analytics