Rilasci di IntelliJ IDEA

Released: Jan 16, 2025

Aggiornamenti in 2024.3.2

Correzioni

  • Using certain third-party plugins no longer causes the font settings to reset to default.
  • It's now possible to compile Java 7 projects again with Javac version 7.
  • When establishing an SSH connection with a specified deployment path, the IDE no longer mistakenly sets the working directory to the host's root directory.
  • The IDE no longer incorrectly reports valid JPQL syntax as errors.
  • JPA Buddy 'New Association Attribute' dialog option for OneToMany now works as expected again.
  • When the...

Released: Dec 9, 2024

Aggiornamenti in 2024.3.1

Funzionalità

  • Introduced advanced interprocedural data flow analysis capabilities for Java and Kotlin. This allows you to find and fix security vulnerabilities in real time, ensuring your code is not only more efficient but also more secure.
  • JSON schema validation is now aware of YAML tags, for example, !reference in a .gitlab-ci.yml file.

Correzioni

  • When changing the Version Control setting for remote development environments, the Open Diff as Editor Tab checkbox now works as intended.
  • The...

Released: Nov 13, 2024

Aggiornamenti in 2024.3

Funzionalità

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

Released: Oct 24, 2024

Aggiornamenti in 2024.2.4

Correzioni

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

Released: Sep 25, 2024

Aggiornamenti in 2024.2.3

Correzioni

  • 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

Aggiornamenti in 2024.2.2

Correzioni

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

Released: Aug 29, 2024

Aggiornamenti in 2024.2.1

Funzionalità

  • 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

Aggiornamenti in 2024.2.0.1

Correzioni

  • 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

Aggiornamenti in 2024.2

Funzionalità

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

Aggiornamenti in 2024.1.5

Correzioni

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