Awesome IDEA Plugins. As a Java Devloper, I consider IDEA as my first IDE. IDEA is more powerful than you think. So I collected the commonly used IDEA plugins here.
Java开发常用IDEA插件。
- Blog: waylau.com
- Gmail: waylau521(at)gmail.com
- Weibo: waylau521
- Twitter: waylau521
- Github : waylau
MybatisX plugin Features:
- mapper and xml can jump back and forth
- mybatis.xml,mapper.xml prompt
- mapper and xml support auto prompt like jpa (reference MybatisCodeHelperPro)
- integrate mybatis generator Gui (copy from free mybatis plugin)
MybatisX插件功能:
- mapper和xml可以来回跳转
- mybatis.xml,mapper.xml提示符
- mapper和xml支持自动提示,如jpa(参考MybatisCodeHelperPro)
- 集成mybatis生成器Gui(从免费mybatis插件复制)
https://plugins.jetbrains.com/plugin/10119-mybatisx
This plugin shows name and Win/Mac shortcuts of any action you invoke (View | Appearance | Descriptions of Actions).
此插件显示调用的任何操作的名称和Win/Mac快捷方式(视图|外观|操作描述)。
https://plugins.jetbrains.com/plugin/7345-presentation-assistant
Allows using Eclipse's Java code formatter directly from IntelliJ. Solves the problem of maintaining a common code style in team environments where both IDEA and Eclipse are used.
适配Eclipse代码格式化的插件。适合从Eclipse转IDEA的开发者。
https://plugins.jetbrains.com/plugin/6546-adapter-for-eclipse-code-formatter
Shows project statistic. This plugin shows files sorted by their extension along with size, line count LOC etc. User can select (Project/Module/Package/File) scope using the 'Refresh on selection' button. (This plugin requires Java 1.8)
数据统计,包括代码量、文件大小等。
https://plugins.jetbrains.com/plugin/4509-statistic
A must have plugin for working with Maven.
- easy way for analyzing and excluding conflicting dependencies
- actions to run/debug maven goals for a module that contains the current file or on the root module
- action to open terminal at the current maven module path
- actions to run/debug the current test file.
Maven包含以下功能:
- 分析和排除冲突依赖关系的简单方法
- 为包含当前文件的模块或根模块运行/调试maven目标的操作
- 在当前maven模块路径上打开终端的操作
- 运行/调试当前测试文件的操作。
IntelliJ Lombok plugin
A plugin that adds first-class support for Project Lombok.