IntelliJ IDEA 2016.2 EAP 发布了。IntelliJ IDEA被认为是当前Java开发效率最快的IDE工具。它整合了开发过程中实用的众多功能,几乎可以不用鼠标可以方便的完成你要做的任何事情,最大程度的加快开发的速度。简单而又功能强大。与其他的一些繁冗而复杂的IDE工具有鲜明的对比。此次更新,是对今年夏天的下一个IDE更新的预览版,包括了一些bug修复和性能改进。
更新内容:
General
The installer for Windows now comes with our custom JDK build where we address some issues with focus and font rendering.
调试器
The Watches views has been merged with Variables for more convenience.
Multiline expressions are now supported in breakpoint’s Condition and Evaluate and log, and Data Type Renderers.
Try and return statements are supported in Evaluate Expression.
版本控制集成
The Commit dialog now shows unversioned files (so you don’t forget to commit something important).
Patches can now be applied from the clipboard (the IDE will offer to apply the patch when it obtains focus), or by dragging a file into the IDE.
If a file has been moved or renamed since a patch was created for it, the IDE will try to figure that out or let you manually choose the file to apply the patch to.
The VCS log continues getting better with a handy loading progress indicator, a shortcut to navigate to the filter field, and tooltips for graph arrows.
编辑器
Better spell-checking suggestions based on Damerau–Levenshtein distance.
Language injection now works in YML files.
Inspections based on Doclint for detecting Javadoc HTML problems.
设置
Importing color schemes from Eclipse.
Spring Frameworks
Spring 4.3 core features, new inspections and better performance.
Better support for Spring Security 4.x.
Coding assistance for Spring MVC variables in FreeMarker and Velocity views.
Support for generics as qualifiers.
A lot of issues related to both Spring and Spring Boot have been fixed.
Android
Android Studio 2.0 features.
详情参见此处