What’s New

CLion

Developer Tools

The C and C++ IDE, with CMake and embedded support.

Latest 2026.2.0.1 · by JetBrainsWebsite

Changelog

2026.2.0.1

Fixed
  • Projects stored in cloud-synced folders such as OneDrive or Dropbox now open without errors and display correctly in the Project view on Windows
  • The Big Data Tools plugin now works as intended

CLion 2026.2.0.1 is now available with the following hotfixes:

  • On Windows, projects stored in cloud-synced folders, such as OneDrive or Dropbox, now open without errors and display correctly in the Project view (IJPL-250709).
  • The Big Data Tools plugin now works as intended. Try this build, share your feedback, and report any issues to our issue tracker.

2026.2

Added
  • Bundled skill that gives AI agents direct access to the debugger, compatible with GDB, LLDB, and DAP-based debuggers
  • Support for STM32 Cube CLI to download and manage development bundles directly in the IDE
  • Unified settings section for debugging configuration at Settings | Debugger | Debug Profiles
  • Support for C++26 compile-time reflection with highlighting and code analysis when using GCC 16.1 or newer
Changed
  • Bazel integration now checks whether projects are built with debug symbols instead of automatically injecting debug flags
Removed
  • CLion Classic, the legacy C and C++ engine, has been unbundled from the IDE and is now available only as a plugin

CLion 2026.2 is now available, with improved agentic workflows and STM32 integration, simplified debugger configuration with debug profiles, and support for C++26 reflection, among other updates. Here are the highlights:

  • CLion 2026.2 ships with a bundled skill that gives AI agents direct access to the debugger. The skill works with GDB, LLDB, and DAP-based debuggers and is available for ACP-compatible agents. To invoke it, use /clion-debugger in Claude Code or $clion-debugger in Codex. We plan to add more embedded-related debugging features in a future update.
  • The IDE now supports STM32 Cube CLI, a new STM32 bundle manager that lets you download only the tools you need – such as CMake, ST-LINK GDB server, or GNU tools – and manage your development bundles directly in the IDE. You can use STM32 Cube CLI in the terminal or via Tools | STM32 Cube CLI.
  • CLion now provides a new, unified settings section to configure all your debugging setups – local, remote, and embedded: Settings | Debugger | Debug Profiles.
  • The IDE now supports the C++26 compile-time reflection, one of the most significant additions to the language in years. CLion provides highlighting and code analysis for reflection, available when using GCC 16.1 or newer.
  • Among the Bazel integration updates are improvements to debugging. When starting a debug session, CLion now checks whether your project is built with debug symbols instead of automatically injecting debug flags. If debug symbols are missing, the IDE shows a warning, from which you can inject debug flags directly and continue the debug session.
  • CLion Classic, the legacy C and C++ engine, has been unbundled from the IDE and is now available only as a plugin. To continue using it, install the C/C+​+​ Language Support via Classic Engine plugin from Settings | Plugins | Marketplace. Note that CLion Classic is no longer in development – all new language features are developed exclusively for CLion Nova. Read our blog post to learn more about all the key updates and improvements. Please try this build, share your feedback, and report any issues to our issue tracker. Thank you for using CLion!

2026.1.4

Fixed
  • Fixed several reported bugs

CLion 2026.1.4 is ready for you to download. We’ve fixed several bugs you reported, helping you stay focused on writing great code. Try this build, share your feedback, and report any issues to our issue tracker.

2026.1.3

Fixed
  • Fixed several bugs reported by users

CLion 2026.1.3 is ready for you to download. We’ve fixed several bugs you reported, helping you stay focused on writing great code. Try this build, share your feedback, and report any issues to our issue tracker.

2025.3.6

CLion 2025.3.6 is ready for you to download. We've fixed several bugs you reported, helping you stay focused on writing great code. Try this build, share your feedback, and report any issues to our issue tracker.

2026.1.2

Added
  • SARIF Viewer is now available out of the box to review findings from tools that produce SARIF reports such as Parasoft C/C++test and Clang Static Analyzer

CLion 2026.1.2 is ready for you to download. This build includes the SARIF Viewer, available out of the box. If you use tools that produce SARIF reports – such as Parasoft C/C++test, Clang Static Analyzer, or in-house checkers – you can now review their findings directly in the IDE, navigate to the relevant source code, and keep the triage process within your development workflow. Please try this build, share your feedback, and report any issues to our issue tracker.

2025.3.5

CLion 2025.3.5 is ready for you to download. We’ve fixed several bugs you reported, helping you stay focused on writing great code. Try this build, share your feedback, and report any issues to our issue tracker.

2025.3.4.1

Changed
  • Support for SSI was disabled for the built-in web server

Support for SSI was disabled for the built-in web server. For more details, refer to our release notes.

2026.1.1

CLion 2026.1.1 is ready for you to download. We’ve fixed several bugs you reported, helping you stay focused on writing great code. Try this build, share your feedback, and report any issues to our issue tracker.

2026.1

CLion 2026.1 is now available, turning the IDE into an open environment for your AI workflows. It also offers an improved editor experience and support for custom project formats, DAP debugging via TCP, and Git worktrees. Here are the highlights:

  • In addition to Junie, Claude Agent, and most recently Codex, CLion now lets you work with more AI agents directly in the AI chat. You can choose from agents, such as GitHub Copilot, Cursor, and many others supported via the Agent Client Protocol (ACP).
  • You can now use the c_cpp_properties.json file to easily set up or fine-tune code insight for all types of projects – including those based on unsupported project formats – and for non-project files, too. This feature also simplifies migration from VS Code for users who already work with C/C++ properties, making the transition to CLion even smoother.
  • The IDE can now provide full code insight for external projects defined in the CMake ExternalProject_Add() section. CLion loads these projects as part of the primary CMake project.
  • We’ve added support for TCP connections to DAP debuggers. This gives you a wider range of DAP debuggers to work with, including those that only work via TCP. You can now also choose between Launch and Attach mode, depending on which one your DAP debugger requires.
  • The CLion for Bazel plugin now supports configuration transitions, a foundational step toward better handling of multi-architecture projects. You can now also experiment with Starlark directly using the built-in REPL and try a first version of the execution log parser for performance analysis in CLion.
  • All four major unit test frameworks – GoogleTest, Catch2, Boost.Test, and doctest – are now fully supported for Meson projects.
  • CLion now supports the latest C and C++ features, including the #embed preprocessor directive and the bfloat16_t, float16_t, and float128_t floating-point types. The language engine also offers new code inspections to help you write code more efficiently.
  • The editor has received visual enhancements, making everyday coding more pleasant. The caret now moves and blinks smoothly, while line selections feature rounded corners for a more modern look.
  • You can now work on multiple Git branches simultaneously and eliminate branch-switching delays. This is extremely useful for agentic development when you need to run multiple tasks in parallel. Read our blog post to learn more about all the key updates and improvements. Try this build, share your feedback, and report any issues to our issue tracker.

2025.3.4

CLion 2025.3.4 is ready for you to download. We’ve fixed several bugs you reported, helping you stay focused on writing great code. Try this build, share your feedback, and report any issues to our issue tracker.

2025.3.3

CLion 2025.3.3 is ready for you to download. We’ve fixed several bugs you reported, helping you stay focused on writing great code. Please try this build, share your feedback, and report any issues to our issue tracker.

2025.3.2

CLion 2025.3.2 is ready for you to download. We’ve fixed several bugs you reported, helping you stay focused on writing great code. Please try this build, share your feedback, and report any issues to our issue tracker.

2025.3.1

CLion 2025.3.1 is ready for you to download. We’ve fixed several bugs you reported, helping you stay focused on writing great code. Please try this build, share your feedback, and report any issues to our issue tracker.