{"id":691936,"date":"2026-03-25T11:48:22","date_gmt":"2026-03-25T10:48:22","guid":{"rendered":"https:\/\/blog.jetbrains.com\/?post_type=idea&#038;p=691936"},"modified":"2026-03-26T12:23:40","modified_gmt":"2026-03-26T11:23:40","slug":"whats-fixed-intellij-idea-2026-1","status":"publish","type":"idea","link":"https:\/\/blog.jetbrains.com\/pt-br\/idea\/2026\/03\/whats-fixed-intellij-idea-2026-1","title":{"rendered":"What\u2019s fixed in IntelliJ IDEA 2026.1"},"content":{"rendered":"<p>Welcome to the overview of fixes and improvements in IntelliJ IDEA 2026.1.<\/p>\n<p>In this release, we have resolved <a href=\"https:\/\/youtrack.jetbrains.com\/issues?q=Project:%20IDEA,%20IJPL,%20WEB%20Available%20in:%202026.1*%20%23resolved%20sort%20by:%20votes%20visible%20to:%20%7Bissue%20readers%7D%20Type:%20Bug,%20%7BUsability%20Problem%7D\" target=\"_blank\" rel=\"noopener\">over 1,000 bugs and usability issues<\/a>, including <a href=\"https:\/\/youtrack.jetbrains.com\/issues?q=Project:%20IDEA,%20IJPL,%20WEB%20Available%20in:%202026.1*%20%23resolved%20sort%20by:%20votes%20visible%20to:%20%7Bissue%20readers%7D%20Type:%20Bug,%20%7BUsability%20Problem%7D%20reporter:%20-jetbrains-team\" target=\"_blank\" rel=\"noopener\">334<br \/>\nreported by users<\/a>. Below are the most impactful changes that will help you work with greater confidence every day.<\/p>\n<h2 id=\"performance\">Performance<\/h2>\n<p>We continue to prioritize reliability, working to improve application performance, fix freezes, optimize operations, and cover the most common use cases with metrics. Using our internal tools, we identified and resolved 40 specific scenarios that caused UI freezes.<\/p>\n<p>However, internal tooling alone cannot uncover every issue. To identify additional cases, we enabled automatic error and freeze reporting in EAP builds. By collecting this data, we gain a real, unfiltered picture of what\u2019s going wrong, how often it happens, and how many users are affected. This allows us to prioritize fixes based on real impact rather than guesswork.<\/p>\n<p>As always, we prioritize your privacy and security. When using EAP builds, you maintain full control and can disable automatic error and freeze reporting in <em>Settings<\/em> | <em>Appearance &amp; Behavior<\/em> | <em>System Settings<\/em> | <em>Data Sharing<\/em>. Thank you for helping us build better tools!<\/p>\n<h2 id=\"terminal\">Terminal<\/h2>\n<p>Version 2026.1 enhances your productivity by streamlining the experience offered by the terminal, a crucial workspace for developer workflows involving CLI-based AI agents.<\/p>\n<p>First, we fixed the <a href=\"https:\/\/youtrack.jetbrains.com\/issue\/IJPL-184110\" target=\"_blank\" rel=\"noopener\"><em>Esc<\/em> behavior<\/a> \u2013 it is now handled by the shell instead of switching focus to the editor, so it does not break the AI-agent workflow. Additionally, <a href=\"https:\/\/youtrack.jetbrains.com\/issue\/IJPL-221848\" target=\"_blank\" rel=\"noopener\"><em>Shift<\/em>+<em>Enter<\/em> now inserts a new line<\/a>, making it easier to write multi-line prompts and commands directly. This behavior can be disabled in <em>Settings<\/em> | <em>Advanced Settings<\/em> | <em>Terminal<\/em>.<\/p>\n<p>We also improved the detection of <a href=\"https:\/\/youtrack.jetbrains.com\/issue\/IJPL-206783\" target=\"_blank\" rel=\"noopener\">absolute<\/a> and <a href=\"https:\/\/youtrack.jetbrains.com\/issue\/IJPL-232564\" target=\"_blank\" rel=\"noopener\">relative<\/a> file paths in terminal output, allowing you to open files and folders with a single click in any context. When you encounter compilation or build errors, or submit a task to an AI coding agent, you can jump directly to the referenced file and review or fix issues faster.<\/p>\n<p>Link navigation is activated by <a href=\"https:\/\/youtrack.jetbrains.com\/issue\/IJPL-221853\" target=\"_blank\" rel=\"noopener\">holding <em>Ctrl<\/em><\/a> (or <em>Cmd<\/em> on macOS) and clicking \u2013 just like in external terminals.<\/p>\n<h2 id=\"jvm-language-support\">JVM language support<\/h2>\n<h3 id=\"better-kotlin-bean-registration-support\">Better Kotlin bean registration support<\/h3>\n<p>Kotlin\u2019s strong DSL capabilities are a perfect fit for Spring Framework 7\u2019s BeanRegistrar API. In 2026.1, we\u2019ve made working with programmatic registration as productive as annotation-based configuration.<\/p>\n<p>The IDE ensures complete visibility into your application structure thanks to the <em>Structure<\/em> tool window, providing better endpoint visibility, intuitive navigation with gutter icons, integrated HTTP request generation, and path variable support.<\/p>\n<h3 id=\"new-kotlin-coroutine-inspections\">New Kotlin coroutine inspections<\/h3>\n<p>To help maintain code quality, we\u2019ve introduced a set of new inspections for the Kotlin coroutines library, covering common pitfalls.<\/p>\n<p>Read more about coroutine inspections in <a href=\"https:\/\/blog.jetbrains.com\/idea\/2026\/03\/intellij-idea-s-new-kotlin-coroutine-inspections-explained\/\">this article<\/a>.<\/p>\n<h3 id=\"scala\">Scala<\/h3>\n<p>Working with sbt projects inside WSL and Docker containers is now as smooth as working with local projects. We\u2019ve also improved code highlighting performance and sped up sbt project synchronization.<\/p>\n<p>To reduce cognitive load and provide a more ergonomic UI, we\u2019ve redesigned the Scala code highlighting settings. A new <em>Settings<\/em> page consolidates previously scattered options, making them cleaner, more intuitive, and easier to access.<\/p>\n<p>You can now disable built-in inspections when compiler highlighting is sufficient, or configure compilation delay for compiler-based highlighting. Settings for Scala 2 and Scala 3 projects are now independent, and the type-aware highlighting option has been integrated with the rest of the settings.<\/p>\n<p>You can read more about these updates <a href=\"https:\/\/blog.jetbrains.com\/scala\/2026\/03\/23\/intellij-scala-plugin-2026-1-is-out\">this article<\/a>.<\/p>\n<h2 id=\"spring\">Spring<\/h2>\n<p>Spring support remains a core focus for IntelliJ IDEA. We are committed to maximizing reliability and reducing friction in your daily development.<\/p>\n<p>In this release, we made a dedicated effort to address <a href=\"https:\/\/youtrack.jetbrains.com\/issue\/IDEA-370094\/Spring-Boot-Run-Problems-2026.1\" target=\"_blank\" rel=\"noopener\">issues related to running Spring Boot application<\/a> from the IDE. There are now even fewer reasons to run your application in the terminal &#8211; just run it in the IDE and use the debugger when you need deeper insights.<\/p>\n<h3 id=\"API-versioning\">Spring Boot 4 API versioning support<\/h3>\n<p>This is a new Spring Boot feature, and we keep improving its support based on your feedback. In this version, we added .yml files support for version configuration, fixed false positives and added a couple of useful inspections, so you get an instant feedback about issues without running the app.<\/p>\n<h3 id=\"API-versioning\">Flyway DB Migrations<\/h3>\n<p>To ensure a reliable and distraction-free experience, the IDE now verifies migration scripts only when a data source is active, eliminating false-positive errors when the data source is disconnected.<\/p>\n<p>At the same time, Flyway scripts got correct navigation to the table definitions, and SQL autocompletion for any files and tables defined in them.<\/p>\n<h2 id=\"user-interface\">User interface<\/h2>\n<p>With IntelliJ IDEA 2026.1, we\u2019ve continued to prioritize ultimate comfort and an ergonomic UI, ensuring your workspace is as accessible and customizable as your code.<\/p>\n<p>The long-awaited ability to <a href=\"https:\/\/youtrack.jetbrains.com\/issue\/IJPL-54591\" target=\"_blank\" rel=\"noopener\">sync the IDE theme with the OS<\/a> is now available to Linux users, bringing parity with macOS and Windows. Enable it in <em>Settings<\/em> |<em>Appearance &amp; Behavior<\/em> | <em>Appearance<\/em>.<\/p>\n<p>The code editor now supports <a href=\"https:\/\/youtrack.jetbrains.com\/issue\/IJPL-26382\" target=\"_blank\" rel=\"noopener\">OpenType stylistic sets<\/a>. Enjoy more expressive typography with your favorite fonts while coding. Configure them via <em>Editor<\/em> |<em>Font<\/em>, and preview glyph changes instantly with a helpful tooltip before applying a set.<\/p>\n<p>Windows users who rely on the keyboard can now bring the IDE\u2019s main menu into focus by <a href=\"https:\/\/youtrack.jetbrains.com\/issue\/IJPL-58454\" target=\"_blank\" rel=\"noopener\">pressing the <em>Alt<\/em> key<\/a>. This change improves accessibility for screen reader users.<\/p>\n<h2 id=\"version-control\">Version control<\/h2>\n<p>We continue to make small but impactful improvements that reduce friction and support your everyday workflow.<\/p>\n<p>You can now [coming in 2026.1.1 update] <a href=\"https:\/\/youtrack.jetbrains.com\/issue\/IJPL-219835\" target=\"_blank\" rel=\"noopener\">amend any recent commit<\/a> directly from the <em>Commit<\/em> tool window \u2013 no more ceremonies involving interactive rebase. Simply select the target commit and the necessary changes, then confirm them \u2013 the IDE will take care of the rest.<\/p>\n<p>In addition to Git worktrees, we\u2019ve improved branch workflows by introducing the <a href=\"https:\/\/youtrack.jetbrains.com\/issue\/IJPL-73967\" target=\"_blank\" rel=\"noopener\"><em>Checkout &amp; Update<\/em><\/a> action, which pulls all remote changes.<\/p>\n<p>Furthermore, fetching changes can now be automated \u2013 no need for a separate plugin. Enable <em>Fetch remote changes automatically<\/em> in <em>Settings<\/em> | <em>Git<\/em>.<\/p>\n<p>In-IDE reviews for GitLab merge requests now offer near feature parity with the web interface. <a href=\"https:\/\/youtrack.jetbrains.com\/issue\/IJPL-82603\" target=\"_blank\" rel=\"noopener\">Multi-line comments<\/a>, <a href=\"https:\/\/youtrack.jetbrains.com\/issue\/IJPL-84177\" target=\"_blank\" rel=\"noopener\">comment navigation<\/a>, <a href=\"https:\/\/youtrack.jetbrains.com\/issue\/IJPL-82619\" target=\"_blank\" rel=\"noopener\">image uploads<\/a>, and <a href=\"https:\/\/youtrack.jetbrains.com\/issue\/IJPL-82596\" target=\"_blank\" rel=\"noopener\">assignee selection<\/a> when creating a merge request are all available directly in the IDE, so you can stay focused without switching to the browser.<\/p>\n<p>The Subversion, Mercurial, and Perforce plugins are no longer bundled with the IDE distribution, but you can still install them from <a href=\"https:\/\/plugins.jetbrains.com\/\" target=\"_blank\" rel=\"noopener\">JetBrains Marketplace<\/a>.<\/p>\n<h2 id=\"databases\">Databases<\/h2>\n<p>We\u2019ve enhanced the <em>Explain Plan<\/em> workflow with UI optimizations for the <em>Query Plan<\/em> tab, an additional separate pane for details about the execution plan row, inner tabs that hold flame graphs, and an action to copy the query plan in the database\u2019s native format.<\/p>\n<h2 id=\"jetbrains-daemon\">JetBrains daemon<\/h2>\n<p>IntelliJ IDEA 2026.1 includes a lightweight background service \u2013 <a href=\"https:\/\/www.jetbrains.com\/help\/toolbox-app\/daemon.html\" target=\"_blank\" rel=\"noopener\">jetbrainsd<\/a> \u2013 that handles jetbrains:\/\/ protocol links from documentation, learning resources, and external tools, opening them directly in your IDE without requiring you to have the Toolbox App running.<\/p>\n<h2 id=\"sunsetting-of-code-with-me\">Sunsetting of Code With Me<\/h2>\n<p>As of version 2026.1, Code With Me will be unbundled from all JetBrains IDEs and will instead be available as a separate plugin on JetBrains Marketplace. Version 2026.1 will be the last IDE release to officially support Code With Me as we gradually sunset the service.<\/p>\n<p>Read the full announcement and timeline in <a href=\"https:\/\/blog.jetbrains.com\/platform\/2026\/03\/sunsetting-code-with-me\/\">our blog post<\/a>.<\/p>\n<h2 id=\"enhanced-ai-management-and-analytics-for-organizations\">Enhanced AI management and analytics for organizations<\/h2>\n<p>We are working hard to provide development teams with centralized control over AI and built-in analytics to understand adoption, usage, and cost. As part of the effort, we\u2019ve <a href=\"https:\/\/blog.jetbrains.com\/ai\/2026\/02\/enhanced-ai-management-and-analytics-for-organizations\/\">introduced the JetBrains Console<\/a>. It adds visibility into how your teams use AI in practice, including information about active users, credit consumption, and acceptance rates for AI-generated code.<\/p>\n<p>The JetBrains Console is available to all organizations with a JetBrains AI subscription, providing the trust and visibility required to manage professional-grade development at any scale.<\/p>\n<p>That\u2019s it for this overview.<\/p>\n<p>Let us know what you think about the fixes and priorities in this release. Your feedback helps us steer the product so it works best for you!<\/p>\n<p>We\u2019d also love to hear your thoughts on this overview and the format in general.<\/p>\n<p>Update to IntelliJ IDEA 2026.1 now and see how it has improved. Don\u2019t forget to join us on <a href=\"https:\/\/x.com\/IntelliJIDEA\" target=\"_blank\">X<\/a> , <a href=\"https:\/\/bsky.app\/profile\/intellijidea.com\/\" target=\"_blank\" rel=\"noopener\">Bluesky<\/a>, or <a href=\"https:\/\/www.linkedin.com\/showcase\/intellijidea\" target=\"_blank\" rel=\"noopener\">LinkedIn<\/a> and share your favorite updates.<\/p>\n<p>Thank you for using IntelliJ IDEA!<\/p>\n","protected":false},"author":755,"featured_media":692497,"comment_status":"closed","ping_status":"closed","template":"","categories":[907],"tags":[],"cross-post-tag":[],"acf":[],"_links":{"self":[{"href":"https:\/\/blog.jetbrains.com\/pt-br\/wp-json\/wp\/v2\/idea\/691936"}],"collection":[{"href":"https:\/\/blog.jetbrains.com\/pt-br\/wp-json\/wp\/v2\/idea"}],"about":[{"href":"https:\/\/blog.jetbrains.com\/pt-br\/wp-json\/wp\/v2\/types\/idea"}],"author":[{"embeddable":true,"href":"https:\/\/blog.jetbrains.com\/pt-br\/wp-json\/wp\/v2\/users\/755"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.jetbrains.com\/pt-br\/wp-json\/wp\/v2\/comments?post=691936"}],"version-history":[{"count":10,"href":"https:\/\/blog.jetbrains.com\/pt-br\/wp-json\/wp\/v2\/idea\/691936\/revisions"}],"predecessor-version":[{"id":693069,"href":"https:\/\/blog.jetbrains.com\/pt-br\/wp-json\/wp\/v2\/idea\/691936\/revisions\/693069"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/blog.jetbrains.com\/pt-br\/wp-json\/wp\/v2\/media\/692497"}],"wp:attachment":[{"href":"https:\/\/blog.jetbrains.com\/pt-br\/wp-json\/wp\/v2\/media?parent=691936"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.jetbrains.com\/pt-br\/wp-json\/wp\/v2\/categories?post=691936"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.jetbrains.com\/pt-br\/wp-json\/wp\/v2\/tags?post=691936"},{"taxonomy":"cross-post-tag","embeddable":true,"href":"https:\/\/blog.jetbrains.com\/pt-br\/wp-json\/wp\/v2\/cross-post-tag?post=691936"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}