发布于 2017-07-19 01:30:31 | 249 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的IntelliJ IDEA使用教程,程序狗速度看过来!
IDEA java开发集成环境
IDEA 全称IntelliJ IDEA,是java语言开发的集成环境,IntelliJ在业界被公认为最好的java开发工具之一,尤其在智能代码助手、代码自动提示、重构、J2EE支持、Ant、JUnit、CVS整合、代码审查、 创新的GUI设计等方面的功能可以说是超常的。
IntelliJ IDEA 2017.2 已正式发布,这是 IntelliJ IDEA 新的大版本更新,包含大量新功能和错误修复,简单看一下更新的内容:
更智能的代码完成和控制流分析
代码完成将能够识别构建器类,并在其第一次调用时提供方法调用链的建议,并且这些方法调用链会根据它们在当前项目中使用的频率进行排序。
控制流分析也变得更加智能并且能检测到更广泛的问题,特别是当涉及到 booleans, strings, arrays, lists, 和 maps 时;当对集合和映射的类型参数使用相应的注解时,它还会检查可空性问题。
新的检查和重构
Inspections and quick-fixes: Replace with Set.of and Add Thread#onSpinWait() (both require Java 9), and Extract set from comparison chain.
Refactorings: Extract as Map Operation (for streams), Extract Functional Variable, and Extract Lambda to Method Reference
Java 9 模块图表 Learn more
调试器:过滤 arrays, collections 和 maps
Spring Boot actuator 端点
The Run tool window now provides the actuator endpoint information, like Beans, Health,and Mappings.
支持 Kotlin 1.1.3
编辑器现在可以显示参数提示,以及类型提示(推导的类型)
支持 Groovy 2.5.0
VCS: reverting and rewording commits, formatting commit messages
用户界面
Windows 10 的原生外观和体验
Windows 上多个显示设备有更好的 HiDPI 支持
自动设置字体的调整以匹配显示器的分辨率
针对 JavaScript 和 TypeScript 的改进
编辑器:参数提示和类型信息
格式:重新排列代码
Refactorings: Move (across ES6 modules)
框架:更好的支持 React 和 AngularJS
支持 CSS Modules
更好的支持 Webpack
Code coverage for Mocha
性能
Arbitrary modules can now be marked as Unloaded to conserve CPU and memory resources when working on large projects.
You can suspend indexing and resume it at your convenience, for example, to save battery power.