设为首页收藏本站

LUPA开源社区

 找回密码
 注册
文章 帖子 博客
LUPA开源社区 首页 业界资讯 软件追踪 查看内容

IntelliJ IDEA 2018.2 Beta版本发布,支持Java 11

2018-6-27 20:25| 发布者: joejoe0332| 查看: 742| 评论: 0|原作者: oschina|来自: oschina

摘要: IntelliJ IDEA 2018.2 Beta 版本已发布,基本包含即将到来的 2018.2 正式版中的所有新特性,包括 Java 11 支持、MacBook Touch Bar 支持、Spring Boot 改进、VCS 改进等。

IntelliJ IDEA 2018.2 Beta 版本已发布,基本包含即将到来的 2018.2 正式版中的所有新特性,包括 Java 11 支持、MacBook Touch Bar 支持、Spring Boot 改进、VCS 改进等。抢先下载尝试:


1、Touch Bar

IntelliJ IDEA 2018.2 可从 Touch Bar 运行、构建、调试、提交更改并更新项目。


2、Java 11

Java 11 中的主要代码特性是 Lambda 参数的局部变量语法 - Java 10 是支持将 var 关键字作为方法内的变量, Java 11 则是允许在 lambda 表达式中使用 var :

BiConsumerB <Processor, String> consumer = (var x, var y) -> x.process(y);

IntelliJ IDEA 2018.2 已为下一个 Java 版本做好准备:


3、Java 重构

IntelliJ IDEA 2018.2 为提取方法( Extract Method )引入了一个新的预览面板,当使用重复的代码片段进行重构时,这可能非常有用。现在单击“ 预览”按钮即可预览所有更改,方便在进行实际更改之前,检查重构的结果。


4、主要更新列表

JAVA

  • Java 11 support: Learn more

  • The IDE now displays type hints for long method chains.

  • New preview panel for the Extract Method refactoring.

  • New @Contract annotation return values: thisnew, and paramX.

  • Many new Java inspections.

JVM DEBUGGER

  • New caller filters in breakpoint settings and new breakpoint intentions.

USER INTERFACE

  • Support for the MacBook Touch bar.

VERSION CONTROL SYSTEMS

  • Files with merge conflicts are now grouped under the new Merge Conflictsnode on the Git Log tab.

  • You can preview a Diff in the VCS Log.

  • Tags can be deleted from Git commits via the context menu of the Log tab.

  • Configure as many GitHub accounts as needed in Preferences | Version Control | GitHub.

  • Open several Log tabs in the Version Control Tool Window.

SPRING BOOT

  • Use the new Spring Runtime Beans diagram to visualize the dependencies between beans at runtime.

  • Manage HTTP requests mappings from the Run Dashboard.

 更多细节可查阅:


酷毙

雷人

鲜花

鸡蛋

漂亮
  • 快毕业了,没工作经验,
    找份工作好难啊?
    赶紧去人才芯片公司磨练吧!!

最新评论

关于LUPA|人才芯片工程|人才招聘|LUPA认证|LUPA教育|LUPA开源社区 ( 浙B2-20090187 浙公网安备 33010602006705号   

返回顶部