【Java】IntelliJ IDEA 插件推荐

Random Image Background

插件提供可配置的随机图像背景插件

地址:https://github.com/allandequeiroz/random_image_background_any_jetbrains_plugin.git

Alibaba Java Coding Guidelines

Java代码规约插件

地址:https://github.com/alibaba/p3c

.ignore

.gitignore配置插件

地址:https://github.com/hsz/idea-gitignore

CamelCase

驼峰式大小写插件,可以通过快捷键在CamelCase, camelCase, snake_case and SNAKE_CASE之间快速切换。

  • Using IDE built-in plugin system:
    • Preferences >Plugins > Browse repositories... > Search for "CamelCase"> Install Plugin

Free Mybatis plugin

是一款增强idea对mybatis支持的插件

地址:https://github.com/wuzhizhan/free-idea-mybatis

GsonFormat

根据Gson库使用的要求,将JSONObject格式的String 解析成实体

地址:https://github.com/zzz40500/GsonFormat

LiveEdit

允许你实时看到你在IDE里对HTML/CSS/JavaScript所做的改变。

  • Using IDE built-in plugin system:
    • Preferences >Plugins > Browse repositories... > Search for "LiveEdit"> Install Plugin

Chrome浏览器需要安装插件
JetBrains IDE Support

Lombok plugin

为lombok注解提供支持的插件

地址:https://github.com/mplushnikov/lombok-intellij-plugin

Maven Helper

提供Maven依赖、命令管理

地址:https://github.com/krasa/MavenHelper

Properties to YAML Converter

可以将Properties文件转换成YAML文件。

地址:https://github.com/Codearte/props2yaml-idea-plugin

stackoverflow

需要梯子,通过右键查找stackoverflow上相关的代码。

  • Using IDE built-in plugin system:
    • Preferences >Plugins > Browse repositories... > Search for "stackoverflow"> Install Plugin

Jenkins Control Plugin

A Jenkins Plugin for Intellij

地址:https://github.com/programisci/jenkins-control-plugin/

Grep Console

使用正则表达式匹配控制台输出的插件

地址:https://github.com/krasa/GrepConsole

如果你有很Cool的插件欢迎推荐,本博文不定期更新。。。

你可能感兴趣的:(intellij-idea使用)