IntelliJ IDEA Releases

Released: Sep 18, 2024

Updates in 2024.2.2

Fehlerkorrekturen

  • 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...

Released: Aug 29, 2024

Updates in 2024.2.1

Funktionen

  • 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...

Released: Aug 13, 2024

Updates in 2024.2.0.1

Fehlerkorrekturen

  • 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

Updates in 2024.2

Funktionen

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...

Released: Aug 6, 2024

Updates in 2024.1.5

Fehlerkorrekturen

  • 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...

Released: Jun 21, 2024

Updates in 2024.1.4

Fehlerkorrekturen

  • 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...

Released: Jun 10, 2024

Updates in 2024.1.3

Fehlerkorrekturen

  • 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...

Released: May 23, 2024

Updates in 2024.1.2

Fehlerkorrekturen

  • The IDE no longer crashes when using the new Ubuntu 24 distribution family.
  • Erroneous syntax highlighting no longer occurs when sticky lines are enabled.
  • The Synchronize Selected functionality once again works as expected for directory comparisons.
  • Font and letter spacing are now properly displayed in the Terminal tool window when the Use color scheme font instead of the default option is enabled.
  • The IDE no longer provides erroneous shellcheck update suggestions.
  • The Context...

Released: Apr 30, 2024

Updates in 2024.1.1

Fehlerkorrekturen

  • Code validation no longer produces incorrect code highlighting caused by freezes while reevaluating inspections.
  • Gradle project builds no longer fail during testing when the JaCoCo plugin is used.
  • When you work with Terraform, Find Usages now correctly navigates from the variable definition to usages.
  • The IDE now accurately recognizes type-level request mappings of controller base classes in Spring MVC.
  • Spring GraphQL integration now properly supports extended Query/Mutation...

Released: Apr 4, 2024

Updates in 2024.1

Funktionen

Key Highlights

  • Full line code completion - This release comes with full line code completion for Java and Kotlin. This feature is powered by an advanced deep learning model seamlessly integrated into the IDE. It enhances coding efficiency by predicting and suggesting entire lines of code based on contextual analysis. These suggestions are powered by specialized language models that have been trained specifically for different languages and frameworks and that run entirely on your...