发布于 2016-05-16 23:30:46 | 163 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的IntelliJ IDEA使用教程,程序狗速度看过来!
IDEA java开发集成环境
IDEA 全称IntelliJ IDEA,是java语言开发的集成环境,IntelliJ在业界被公认为最好的java开发工具之一,尤其在智能代码助手、代码自动提示、重构、J2EE支持、Ant、JUnit、CVS整合、代码审查、 创新的GUI设计等方面的功能可以说是超常的。
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.