IntelliJ IDEA 2020.3 EAP7 released

Since October, IntelliJ IDEA 2020.3 has iterated 5 versions. On October 7, IntelliJ IDEA 2020.3 EAP 3 was released, and on November 5, EAP 7 was released.

The new version release introduces a new decompression method to reconstruct the UX, and how to open any file in IntelliJ IDEA by default. In addition, IntelliJ IDEA also introduces new features of Kubernetes, SSR for Kotlin and so on.

Java

Updated the UX for decompression method reconstruction, select the code snippets to be extracted and follow: ⌥⌘M or select  Refactor / Extract/Introduce / Method... , the IDE will refactor it immediately instead of A dialog box will be displayed.

Kubernetes (Ultimate Edition)

Now you can download the pod log and use it locally, and the IDE will open the downloaded pod in the editor.

Now you can also quickly delete Kubernetes resources by clicking the trash can icon in the left pane of the Services tool window, or you can select delete Resource from the context menu.

Load CRDs from Kubernetes. The CRD mode provides a set of rules for creating Kubernetes resources. Currently, crd can be loaded from a file or URL.

Kotlin

IntelliJ IDEA 2020.3 EAP 7 introduced support for Kotlin Structured Search and Replace (SSR) operations, allowing the search and replacement code mode, while considering the syntax and semantics of the source code.

Release notes: https://blog.jetbrains.com/idea/2020/11/intellij-idea-2020-3-eap7/

Guess you like

Origin www.oschina.net/news/119863/intellij-idea-2020-3-eap7-released