IntelliJ IDEA 2022.2 Releases First Beta Version

The first public beta of IntelliJ IDEA 2022.2 has been released.

major changes

The remote development feature splits the IDE into local and remote components, and the IDE itself is installed on the remote server as a backend service for loading projects. Meanwhile the thin client runs locally and provides a full working UI. These two components are connected via SSH to do the heavy lifting on the remote server, providing a smooth local experience. For more on remote development, check out the JetBrains China blog  .

  • Support for Spring 6 and Spring Boot 3 features

IntelliJ IDEA 2022.2 fully supports the new features of Spring 6 and Spring Boot 3, including the new  @AutoConfiguration  class and  @ConfigurationProperties  class.

  • Support for changing font size globally using shortcut keys

The new version introduces a keyboard shortcut to change the font size of all editors. To enlarge the font, press ⌃⇧. /Alt+Shift+ .  ; to reduce the font, press ⌃⇧, /Alt+Shift+Comma.

  • Support for enabling clickable URLs in JSON, YAML and .properties string values

JSON, YAML, and .properties files now have the ability to automatically insert web references within values ​​starting with http:// and https://. Users can easily open these links with one click in a web browser or generate requests from the Context Actions menu (Alt + Enter / Option + ⏎) in the HTTP client.

  • Added experimental GraalVM native debugger for Java

IntelliJ IDEA 2022.2 supports debugging native GraalVM image binaries, you can attach a debugger to any GraalVM-based executable, or launch applications with the attached debugger. It will automatically create corresponding run configurations for Maven/Gradle projects.

Note that this is an experimental feature and requires the development version and plugins of GraalVM to be installed .

  • Improved support for bean validation annotations

IntelliJ IDEA 2022.2 now provides references and supports folding for message properties in Bean Validation annotations for Java and Kotlin.

  • Support for Groovy integrated queries 
  • Upgrade built-in Kubernetes and Docker versions
  • The run current file  feature supports running and debugging individual files without the need for a dedicated run configuration
  • Support for importing trusted SSL certificates
  • Improve HTTP client
  • Switch from JBR11 to JBR17
  • Improved code inspection and code completion for Java
  • Enhanced IntelliJ IDEA configuration files

See the release announcement for detailed update instructions .

Guess you like

Origin www.oschina.net/news/202355/intellij-idea-2022-2-beta