IntelliJ IDEA 2023.2 EAP 4 released

IntelliJ IDEA 2023.2 EAP 4 is now released , specific updates include:

user experience

Pinned run configurations in the Run widget

To more easily manage multiple run configurations, implemented the option to pin the preferred configuration in the Run widget.

Sort files by modification time in project view 

IntelliJ IDEA 2023.2 EAP 4 brings the long-awaited option to arrange files in the project view according to modification time. This new feature automatically reorders files whenever changes in the project are saved.

Java

Improved navigation for stack trace analysis 

To facilitate stack trace analysis and enable faster bug resolution, IntelliJ IDEA can now accurately guess the location of a method in a report, even if line numbers are not available or diverge.

Enhanced taint analysis for dynamic SQL queries 

IntelliJ IDEA now better analyzes SQL joins and interpolations in Java and Kotlin, detecting potentially unsafe queries, protecting code from possible SQL injection vulnerabilities.

Extend refactoring options for multiple selected members

New methods have been added to apply some refactoring operations to multiple members at the same time. Extract Delegate, Extract Interface, Extract Superclass, Pull Members Up and Push Members Down can now be invoked simultaneously by selecting several members in the Project or Structure tool window.

Additionally, IntelliJ IDEA now supports multi-caret selection for more refactoring operations, including Encapsulate Fields, Move Static Members, Extract Delegate, Extract Interface, and Extract Superclass.

other

Increase the default maximum heap size

Starting with 2023.2 EAP 4, the default value for the maximum heap size (Xmx) has changed to 2 GB.

More details can be found on the official blog .

Guess you like

Origin www.oschina.net/news/244576/intellij-idea-2023-2-eap-4-released