IntelliJ IDEA 新版本发表

Released: Nov 13, 2024

2024.3 中的更新

特性

Key Highlights

  • Logical code structure in the Structure tool window
    • The Structure tool window now includes a Logical code structure alongside the familiar Physical structure. This allows you to view not only classes, methods, and fields but also the links and interactions between components in your project. For example, when you open a controller in a Spring Boot application, you can see its endpoints and the autowired application components. This enhanced view helps you understand the project...

Released: Oct 24, 2024

2024.2.4 中的更新

修补程序

  • Cloud completion for JavaScript now works as intended.
  • Working with augmented modules is now more reliable.
  • The IDE now correctly detects TypeScript configuration files for ESLint.
  • The issue that affected work with GitLab merge requests has been resolved.
  • The Cucumber test tree structure is now properly displayed for Gradle projects in the Run tool window.
  • It is now possible to resize the editor tab pane when it is placed on the left or right side of the editor, after the IDE restarts.
  • The...

Released: Sep 25, 2024

2024.2.3 中的更新

修补程序

  • Remote tools, added via the Tools settings, are once again visible on IDE restart.
  • JSON Schema Mappings in Settings now load as expected.
  • The IDE with the Python plugin installed once again works as expected for remote interpreter users on Microsoft Windows.
  • Schema validation for Kubernetes-like files now works as expected.
  • Settings Sync again works as expected.
  • Files and folders with accented characters are again visible in the Project view on macOS.
  • The inspection pop-up size for...

Released: Sep 18, 2024

2024.2.2 中的更新

修补程序

  • Highlighting no longer blinks upon typing.
  • Debugging for the spring-boot:run Maven goal is once again available.
  • Non-Latin letters and characters are properly displayed in the Run console.
  • It's again possible to save the project settings with Coverage if the Qodana plugin is enabled.
  • Deleting a draft comment for a GitLab merge request now works properly.
  • The Scene Builder for JavaFX projects again works as intended.
  • The Microsoft Defender configuration script now runs smoothly.
  • The Big Data...

Released: Aug 29, 2024

2024.2.1 中的更新

特性

  • Modified modules are now only processed and the changes propagated when needed.
  • Maven auto import now has a delay.
  • Ktor: Support Development mode in run configuration.
  • Ktor: New run configurations UI.
  • Support for implicitly imported modules in optimize imports.
  • Support for GoToSuperMethod line marker in dumb mode.
  • Implemented increase language level check and fix.
  • Added completion for keyword module.
  • Generate true and false cases for boolean selector.
  • Include implicit imports in implicit...

Released: Aug 13, 2024

2024.2.0.1 中的更新

修补程序

  • Fixed issue with installing Python Community Edition (PythonCore) plugin when migrating to 2024.2 with Python (PythonId) plugin from 2024.1 or earlier.
  • Trial license is not activated in RD via JetBrains account.

Released: Aug 7, 2024

2024.2 中的更新

特性

Key Highlights

  • Improved Spring Data JPA support - Added the capability to run Spring Data JPA methods in the IDE. This new feature allows you to see which query a method will generate without running the application and analyzing log files. You can now use a gutter icon to execute any repository method directly in the JPA console.
  • Improved cron expression support - Working with cron expressions in your code is now easier than ever. When implementing scheduled services with Spring, Quarkus, or...

Released: Aug 6, 2024

2024.1.5 中的更新

修补程序

  • Fixed the issue where the terminal would open slowly when the ulimit -n value was set too high.
  • The HTTP Client no longer sends an HTTP request with a Content-Type: text/plain header when a specific Content-Type has already been set by the user.
  • Fixed the issue where viewing package details in the package.json sometimes resulted in an exception.
  • Fixed issues with missing translations when Chinese, Korean, or Japanese localization is enabled.
  • Fixed the "Registry key is not defined" error...

Released: Jun 21, 2024

2024.1.4 中的更新

修补程序

  • Code validation no longer produces incorrect code highlighting caused by freezes while reevaluating inspections.
  • Fixed the issue causing the IDE to lag when editing code.
  • The Unknown HTTP header inspection once again loads settings from the inspection profile correctly.
  • The IDE no longer fails to perform operations, citing the Too complex, sorry message.
  • Updating plugins from the Welcome screen now works as expected again.
  • The Enable Project-Wide Analysis action is once again available in...

Released: Jun 10, 2024

2024.1.3 中的更新

修补程序

  • Fixed security issue related to JetBrains GitHub Plugin.
  • PlantUML diagrams in Markdown files are correctly rendered again.
  • When the diff view is opened in an editor tab, it no longer expands uncontrollably when using a split view.
  • Search results for Find in project files are once again updated accurately after the source code is edited.
  • The IDE accurately provides code highlighting and Find Usages results in projects located on APFS case-sensitive disks.
  • The IDE no longer provides erroneous...