What’s New

IntelliJ IDEA

Developer Tools

The JVM IDE, for Java, Kotlin, Scala and Groovy.

Latest 2026.2.0.1 · by JetBrainsWebsite

Changelog

2026.2.0.1

Fixed
  • Resolved issues affecting projects containing files stored in cloud-synced folders on Windows that prevented repeated project reloads, endless re-imports, and files from disappearing or closing unexpectedly

IntelliJ IDEA 2026.2.0.1 is out with the following hotfix: Resolved issues affecting projects containing files stored in cloud-synced folders on Windows [IJPL-250709], preventing repeated project reloads, endless re-imports, and files from disappearing or closing unexpectedly. [IDEA-391665], [IJPL-250598], [IJPL-250615], [IJPL-250539]. For more details, please refer to the release notes

2026.2

Added
  • Native GitHub Copilot integration
  • Agent skills for AI
  • AI completion support for third-party providers
  • Logpoints
  • Dependency completion
  • Early Gradle 10 support and migration assistance
  • Support for Java 27
  • Kotlin 2.4 Stable features
  • Terraform testing framework
  • Support for TypeScript 7.0
Changed
  • Streamlined Git conflict resolution flow
  • Docker Compose improvements
  • Spring support improvements

IntelliJ IDEA 2026.2 is now out! The highlights of this release include: AI upgrades:

  • Native GitHub Copilot integration
  • Agent skills
  • AI completion support for third-party providers Productivity-enhancing features:
  • Logpoints
  • Dependency completion
  • Early Gradle 10 support and migration assistance
  • Streamlined Git conflict resolution flow
  • Docker Compose improvements Support for new technologies:
  • Java 27
  • Kotlin 2.4 Stable features
  • Spring support improvements
  • Terraform testing framework
  • TypeScript 7.0 Visit our What's New page to learn about these and other improvements.

2026.1.4

Fixed
  • The active Git branch now updates correctly
  • Fixed an issue where using pull_policy in Docker Compose files prevented the PHP interpreter from being created
  • The IDE no longer erroneously marks successful Gradle syncs as failed when running Gradle 9.5.0 on WSL
  • Fixed an error that caused Dev Container connections to fail with an Unknown Docker endpoint schema message

IntelliJ IDEA 2026.1.4 is out with the following improvements:

  • The active Git branch now updates correctly. [IJPL-240184]
  • Fixed an issue where using pull_policy in Docker Compose files prevented the PHP interpreter from being created. [IJPL-189121]
  • The IDE no longer erroneously marks successful Gradle syncs as failed when running Gradle 9.5.0 on WSL. [IDEA-388949]
  • Fixed an error that caused Dev Container connections to fail with an Unknown Docker endpoint schema message. [IJPL-240184] Get more details in our blog post.

2026.1.3

Fixed
  • Terminal cursor in tmux is no longer rendered above the current line
  • Markdown preview now correctly displays images when referencing files outside the project directory
  • Custom colors are rendered correctly in various UI components in the Database tool window
  • Launching WSL via wsl.exe -d <distribution> no longer causes shell integration and process detection issues

IntelliJ IDEA 2026.1.3 is out! The latest update brings the following improvements:

  • In tmux, the terminal cursor is no longer rendered above the current line. [IJPL-102697]
  • The Markdown preview now correctly displays images when referencing files outside the project directory. [IJPL-171896]
  • Custom colors are rendered correctly in various UI components in the Database tool window. [DBE-25711]
  • Launching WSL via wsl.exe -d no longer causes shell integration and process detection issues. [IJPL-236576] Get more details in our blog post.

2025.3.6

Fixed
  • Fix issue IDEA-389015 for improved reliability
Security
  • Include the latest Oracle critical patch update for Java 21

IntelliJ IDEA 2025.3.6 is now available with the latest Oracle critical patch update for Java 21. The update includes the corresponding JetBrains Runtime changes and fixes the issue [IDEA-389015], providing improved reliability and security.

2026.1.2

Fixed
  • Projects can now be opened correctly via .ipr files generated by the Gradle idea task
  • Indentation for Java ternary expressions with chained method calls has been fixed
  • Pressing Alt+Enter key combination on Windows no longer opens the context menu unexpectedly
  • Live templates with groovyScript now work as expected
  • Dragging and dropping selected code with the mouse onto its original position no longer causes the code to disappear
  • Several IDE freezes have been resolved

IntelliJ IDEA 2026.1.2 is out with the following improvements:

  • Projects can now be opened correctly via .iprfiles generated by the Gradle idea task. [IJPL-242321]
  • The indentation for Java ternary expressions with chained method calls has been fixed. [IDEA-387867]
  • Pressing the Alt+Enter key combination on Windows no longer opens the context menu unexpectedly. [IJPL-47743]
  • Live templates with groovyScript now work as expected again. [IJPL-241581]
  • Dragging and dropping selected code with the mouse onto its original position no longer causes the code to disappear. [IJPL-235895]
  • Several IDE freezes have been resolved. [IJPL-235455] [IJPL-224542] [IJPL-203153] Get more details in our blog post.

2025.3.5

Changed
  • Improved performance for Spring projects

IntelliJ IDEA 2025.3.5 is out! This version includes performance improvements for Spring projects – specifically for users who haven't yet updated to v2026.1. Get more details in our blog post.

2025.3.4.1

Changed
  • SSI support in the built-in web server has been disabled

IntelliJ IDEA 2025.3.4.1 is out! SSI support in the built-in web server has been disabled. For more details, refer to our release notes.

2026.1.1

Fixed
  • WSL Python SDK can now be set up again
  • Emmet in remote development now works as expected
  • Gradle sync no longer fails due to class cast error involving InternalIdeaModule and org.gradle.tooling.model.ProjectModel
  • IDE now correctly connects to WildFly admin process after server startup, restoring deployment and Open browser after launch option

IntelliJ IDEA 2026.1.1 is out with the following improvements:

  • It's once again possible to set up a WSL Python SDK. [IJPL-240728]
  • Emmet in remote development now works as expected. [IJPL-168255]
  • Gradle sync no longer fails due to a class cast error involving InternalIdeaModule and org.gradle.tooling.model.ProjectModel. [IDEA-386409]
  • The IDE now correctly connects to the WildFly admin process after server startup, restoring deployment and the Open browser after launch option. [IDEA-387483] Get more details in our blog post.

2026.1

IntelliJ IDEA 2026.1 is now out! The highlights of this release include: Any agent, built-in:

  • ACP Registry: Browse and install AI agents in one click.
  • Git worktrees: Work in parallel branches and hand one off to an agent while you keep moving in another.
  • Database access for AI agents: Let Codex or Claude Agent query and modify your data sources natively. Intelligence in the platform:
  • Quota-free next edit suggestions: Propagate changes throughout a given file with IDE-driven assistance.
  • Spring runtime insight: Inspect injected beans, endpoint security, and property values without pausing execution.
  • Kotlin-aware JPA: Detect and fix Kotlin-specific pitfalls in Jakarta Persistence entities. First-class language support:
  • Java 26: Enjoy day-one support, including preview features.
  • Kotlin 2.3.20: Enjoy day-one support, including experimental features.
  • C/C++ in IntelliJ IDEA: Access first-class C/C++ coding assistance for multi-language projects.
  • Support for JavaScript without an Ultimate subscription. Productivity and environment:
  • Expanded command completion, now with AI actions, postfix templates, and config file support.
  • Better performance for large-scale TypeScript projects.
  • Native Dev Container workflow: Open containerized projects as if they were local. Visit our What's New page to learn about these and other improvements.

2025.3.4

IntelliJ IDEA 2025.3.4 is out! This update introduces full support for Java 26 along with several notable improvements:

  • Resolved an issue where running an HTTP request could trigger a different request in the same file. [IJPL-66727]
  • Local changes refresh in large Perforce projects now works as expected. [IJPL-236557]
  • The Dependencies tab now opens correctly when using the Analyze Cyclic Dependencies feature. [IJPL-206236] Get more details in our blog post.

2025.3.3

IntelliJ IDEA 2025.3.3 is out with the following improvements:

  • MCP server output schema now correctly handles default properties in the schema, preventing invalid schema errors during structured output. [IJPL-230494]
  • Downloading the IDE backend now works as intended with a configured proxy. [IJPL-164318]
  • Resolved an issue that prevented successful proxy authentication. [IJPL-231829]
  • Package annotations referenced through JAR dependencies are now correctly reflected in the PSI model. [IDEA-383732] Get more details in our blog post.

2025.3.2

IntelliJ IDEA 2025.3.2 is now out with the following improvements:

2025.3.1.1

IntelliJ IDEA 2025.3.1.1 is out! This update includes a hotfix for memory leak in large Maven projects and fixes related to project settings behavior when working with WSL. Check out the release notes for all the details.

2025.3.1

IntelliJ IDEA 2025.3.1 is out with the following improvements:

  • The IDE once again shows the Resume Build From button in the Run tool window for Maven projects. [IDEA-376908]
  • In the Version Control section of Advanced Settings, there's now an option to disable the warning dialog on force-pushing. [IDEA-285542]
  • Query result tabs now follow the corresponding active editor tabs as expected. [IJPL-222217]
  • Several issues that appeared when running or debugging in WSL using Gradle have been resolved. [IDEA-357963], [IDEA-285542], [IDEA-363930], [IDEA-352779] Get more details in our blog post.