CLion のリリース
Released: Aug 5, 2025
2025.2 での更新項目
機能
- CLion Nova's improved formatter - This release has significantly reworked the C and C++ code formatter's functionality, the corresponding status bar widget, and the widget and settings UI. The main result of this improvement is that the relationship between the editor's indent size, the status bar widget's information, and the formatter settings is now consistent and clear. You can also configure alternative formatter options, such as ClangFormat, Indents Detection, or EditorConfig, directly...
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...
Released: Apr 16, 2025
2025.1 での更新項目
機能
CLion Nova
- Out-of-project files
- CLion Nova now correctly supports header and source files that are not included in a project and are not used during the build process. This means you get complete code analysis and code assistance functionality when working with these files, just like with regular project files.
- Objective-C source files
- Because this is still basic support, some features, such as the editor’s smart keys and refactorings, may not work. Additionally, CLion Nova may not handle...
Released: Nov 20, 2024
2024.3 での更新項目
機能
Key Updates
- CLion Nova
- JetBrains' new, faster language engine, CLion Nova, is now the default for new users. In this release, JetBrains have implemented some of the most requested features and fixed a number of major bugs. Eventually, JetBrains plan to make CLion Nova the default engine for all users, both existing and new.
- Memory usage improvements in CLion Nova
- Many improvements in CLion Nova have helped reduce the engine’s memory usage, which is especially noticeable in large projects like...
Released: Sep 2, 2024
2024.2.1 での更新項目
機能
- Disabled the inspection for zero (default initializer) literals assigned in local variable declarators and removed the corresponding option from CLion Classic.
- Added an "Accept and finalize" button to the review tool window in the Space plugin.
- Added support for narrowing types with TypeIs.
- Added support for TypedDict: Read-only items.
- Support for Next.js link resolve within JS context.
- CSS scope from styled components is now taken into account.
- Auto-download plugins that are 100% compatible...
Released: Aug 20, 2024
2024.2.0.1 での更新項目
不具合の修正
- Tests cannot be run when sanitizer is enabled.
- "Loading projects..." forever with CLion Nova.
Released: Aug 14, 2024
2024.2 での更新項目
機能
Key Updates
- CLion Nova - In this release, several of the most requested features for the new language engine from ReSharper C++/Rider C++ (also known as CLion Nova) have been implemented, such as remote development via JetBrains Gateway, Code With Me for collaborative development, AI functionality, and more. The new engine has also become the default for new CLion users.
- Full line code completion for С++ - This release introduces a new type of code completion that works completely locally...
Released: Aug 9, 2024
2024.1.5 での更新項目
機能
- Added support for creating comments in the editor for the current Space review.
- You can now display the comments of the current Space review in the editor.
- Added a control to toggle flagged comments.
Released: Jun 19, 2024
2024.1.4 での更新項目
機能
- Added a new, more powerful language engine known as Nova. It is now available by default for all new users right after the installation.
Released: Jun 10, 2024
2024.1.3 での更新項目
機能
- IJ plugin: Added an easy way to copy review ID to clipboard.
- Added support for using TypedDict for more precise **kwargs typing with autocomplete and parameter info.
- Added completion for expected literal types in assignments.
- Snowflake: Added support for DYNAMIC tables.
- [LLM] Added the ability to generate tests for Vue components.
- [LLM] You can now add generated tests into existing file when possible.
- Added a Code Style setting for colon between property name and value.
- Added support for...