2025.1 Beta build 251.23774.202

Veröffentlicht: 27. März 2025

Kein Abonnement erforderlich

Versionshinweise

Herunterladen

CLion Early Access Program

Wir bei JetBrains sind der Meinung, dass beim Erstellen von Tools für Entwickler die Meinung der Anwender wichtig ist. Unser Early-Access-Programm ermöglicht der Community, sich an Diskussionen bezüglich unserer Produkte zu beteiligen und die Entwicklungsplanung von Anfang an zu beeinflussen.

Warum Sie EAP-Builds testen sollten:

Early Accesss-Programme ermöglichen Ihnen, Vorabversionen unserer Software zu testen.

Sie können diese verwenden, um Funktionen zu evaluieren, die ab der nächsten Version verfügbar sein werden. Bitte nutzen Sie den Issue-Tracker von CLion, um Fehler zu melden und neue Funktionen vorzuschlagen.

Es handelt sich um ein Early-Access-Produkt (EAP)

Sie nehmen ausdrücklich zur Kenntnis, dass diese Version des Produkts möglicherweise nicht zuverlässig ist, nicht wie vorgesehen funktioniert und Fehler enthält. Die EAP-Nutzung erfolgt auf eigene Gefahr.

Nutzen Sie die Toolbox-App, um CLion und künftige Updates unkompliziert herunterzuladen.

Build-InformationenBuild-Highlights

2025.1 Beta build 251.23774.202

Veröffentlicht: 27. März 2025

Kein Abonnement erforderlich

Versionshinweise

Herunterladen

CLion 2025.1 Beta 2 is now available with several improvements and bug fixes.

The key updates are related to CLion Nova:

  • AI Assistant suggestions now work as intended when renaming functions, classes, global variables, or other symbols.
  • CLion Nova no longer considers out-of-project C files as С++ files, thus providing proper language support for these C files.
  • CLion Nova no longer indexes all out-of-project files, so the IDE is ready to work more quickly.
  • The Extend Selection action now works correctly.

Read our blog post to learn more about the major features planned for the upcoming CLion release.

Please share your feedback and report any issues to our issue tracker.

2025.1 Beta build 251.23774.112

Veröffentlicht: 14. März 2025

Kein Abonnement erforderlich

Versionshinweise

Herunterladen

The CLion 2025.1 Beta is now available, offering new features for the CLion Nova language engine, debugger, and embedded development that we’ve added throughout the 2025.1 EAP. The build also includes several important bug fixes.

Key features:

  • CLion Nova now provides full code analysis and code assistance functionality for header and source files that are not included in a project, just like for regular project files.
  • We’ve added basic support for Objective-C in CLion Nova, allowing you to see syntax highlighting, warnings, code completion suggestions, and other Clangd-based features.
  • The CLion debugger now supports Qt renderers, also known as Qt pretty printers and Qt debugging helpers, allowing you to view Qt variables in a human-readable form.
  • CLion’s debugger now supports custom LLDBs for macOS and Linux.
  • You can now view two-channel OpenCV matrices as images during debugging.
  • We’ve reworked the approach to create a new STM32CubeMX project to make it more convenient and provide support for more STM32 chips and project types.
  • When working with Zephyr projects, you can now use the west build command options and sysbuild as your primary build system.
  • You can now interact with AI Assistant directly in the editor using natural language prompts.

Main bug fixes:

  • When using CLion Nova, changes to the tab width in the Code Style settings are no longer reset after a project reloads.
  • CLion Nova now correctly handles _Float types in the implementation of the std::format, which means resolving std::format when using GCC now works as expected.
  • Creating a new PlatformIO project from CLion’s Welcome screen now works as intended.
  • Opening a file in LightEdit mode no longer crashes the IDE.

Read our blog post to learn more about the major features and bug fixes.

Please share your feedback and report any issues to our issue tracker.

2025.1 eap build 251.23536.43

Veröffentlicht: 3. März 2025

Kein Abonnement erforderlich

Versionshinweise

A new EAP build for CLion 2025.1 is now available.

It includes the following major updates:

  • We’ve added basic support for Objective-C/C++ in CLion Nova, allowing you to see syntax highlighting, warnings, code completion suggestions, and other features provided by clangd.
  • When working with the MSVC debugger, you can now specify a custom location for your Natvis files.
  • You can now view two-channel OpenCV matrices as images during debugging.
  • We’ve updated the bundled CMake version to 3.31, which includes support for CMake Presets v10.

Please share your feedback and report any issues to our issue tracker.

2025.1 eap build 251.22821.84

Veröffentlicht: 24. Februar 2025

Kein Abonnement erforderlich

Versionshinweise

A new EAP build for CLion 2025.1 is now available.

It includes the following major updates:

  • CLion’s debugger now supports custom LLDBs for macOS and Linux.
  • When debugging STM32 projects, you can now use the ST-LINK debug server template, which was designed specifically for STM32 chips.
  • Creating a new PlatformIO project from CLion’s Welcome screen now works as intended.
  • When using CLion Nova, changes to the tab width in the Code Style settings are no longer reset after a project reloads.

Please share your feedback and report any issues to our issue tracker.

2025.1 eap build 251.20015.45

Veröffentlicht: 10. Februar 2025

Kein Abonnement erforderlich

Versionshinweise

A new EAP build for CLion 2025.1 is now available.

It includes the following major updates:

  • When working with Zephyr projects, you can now use the west build command options and sysbuild as your primary build system.
  • CLion now parses cl6x output more accurately when this compiler is configured as a custom compiler option with the corresponding YAML file.
  • The bundled CMake has been updated to the 3.31.4 version.
  • The Next / Previous Highlighted Usage action now works as intended in CLion Nova.
  • The debugger now works correctly when using an OpenOCD run/debug configuration with a path to a board that contains spaces.
  • The OpenOCD Download & Run configuration option has also received some general improvements.

Please share your feedback and report any issues to our issue tracker.

2025.1 eap build 251.18673.49

Veröffentlicht: 1. Februar 2025

Kein Abonnement erforderlich

Versionshinweise

A new EAP build for CLion 2025.1 is now available.

It includes the following key updates:

  • The CLion debugger now supports Qt renderers, also known as Qt pretty printers and Qt debugging helpers, allowing you to view Qt variables in a human-readable form.
  • The Go to Header/Source navigation action now works as expected in CLion Nova.
  • When you open a project with files not specified in the project model, such as CMake, CLion Nova now treats them as files included in the project and provides all language features.
  • Opening a file in LightEdit mode no longer crashes the IDE.
  • New keyword groups are available for the C/C++ formatting color scheme, such as Builtin type, Control flow keyword, and Control transfer keyword.
  • CLion Nova now correctly handles _Float types in the implementation of the std::format, which means resolving std::format when using GCC now works as expected.
  • False positives no longer appear for members of anonymous structures and unions.
  • We’ve added support for OpenCL vector types created with the ext_vector_type attribute.
  • CLion Nova now supports the ?: operator, also known as the Elvis operator.

Please share your feedback and report any issues to our issue tracker.

2025.1 eap build 251.14649.40

Veröffentlicht: 15. Januar 2025

Kein Abonnement erforderlich

Versionshinweise

The first EAP build for CLion 2025.1 is here!

Here are some of the key features:

  • The CLion Nova language engine has received some of the most requested features from CLion Classic, including several smart keys and actions.
  • CLion Nova now supports the GoogleTest and Catch2 testing frameworks when working with Bazel projects.
  • For embedded developers, we’ve added the ability to view and manage the DTR, DSR, RTS, and CTS hardware control signals.
  • The Debug Server configuration option has been enhanced with UX improvements and bug fixes.

For more details, see the blog post.

Please share your feedback and report any issues to our issue tracker.