CLion 2025.1.1

Released: May 7, 2025

2025.1.1 での更新項目

機能

  • Remote Docker toolchain
    • Previously, CLion's Docker toolchain only allowed you to work with containers locally. This release adds support for a remote Docker toolchain, allowing you to work with remote containers via an SSH connection.
  • Bundled Qt renderers
    • This release simplifies the configuration of Qt renderers by removing the need to download them. They're now bundled and enabled by default. This allows you to debug a Qt application and instantly view variables in a human-readable form.
  • Other updates
    • CLion now provides code insights for Yocto projects that use the Meson build system.
    • CLion's Zephyr West integration now supports the use of the nRF SDK with the Remote Host toolchain.

不具合の修正

  • The Resync with Remote Hosts option now works again on macOS 15.4 and later.
  • The environment variables in the CMake run configuration are no longer overridden by CMake preset variables after a project reload.
  • Auto-inserting paired {} brackets in CLion Nova now also works when { is already present and you press Enter.