Rilasci di CLion
Released: Sep 2, 2024
Aggiornamenti in 2024.2.1
Funzionalità
- 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...
Released: Aug 20, 2024
Aggiornamenti in 2024.2.0.1
Correzioni
- Tests cannot be run when sanitizer is enabled.
- "Loading projects..." forever with CLion Nova.
Released: Aug 14, 2024
Aggiornamenti in 2024.2
Funzionalità
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...
Released: Aug 9, 2024
Aggiornamenti in 2024.1.5
Funzionalità
- 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
Aggiornamenti in 2024.1.4
Funzionalità
- 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
Aggiornamenti in 2024.1.3
Funzionalità
- 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...
Released: May 29, 2024
Aggiornamenti in 2024.1.2
Funzionalità
- Added support for multiline comments in code review.
- Added completion for arguments passed to parameter hinted as Literal.
- You can now allow a user to run doctests with pytest.
- You can now print jsonb_pretty cells in a user friendly way.
- Added the ability to duplicate columns.
- Added support for Docker's instance of mysqldump.
- Terraform: Added the option to disable looking into subdirectories when resolving variables.
- Added the ability to disable automatically getting Terraform...
Released: Apr 25, 2024
Aggiornamenti in 2024.1.1
Funzionalità
- CLion's CMake integration includes the Python plugin. When you have a Python interpreter configured for your project, CMake picks it up along with all of the Python-related environment variables. The variables are now exposed to CMake, allowing you to use the interpreter via find_package.
Correzioni
- Tests based on the GoogleTest framework are now detected properly.
- There are a number of fixes related to the GDB debugger. You can now see variables of certain types. Also, using the...
Released: Apr 9, 2024
Aggiornamenti in 2024.1
Funzionalità
Key Updates
- CMake update - With this release, you now get enhanced writing assistance for CMake targets for even easier script editing. CLion now suggests live templates to create new targets, as well as code completion, navigation, and Find Usages for target names.
- Debugging enhancements - Improved CLion's integration with debugger backends. With this latest release, it's now possible to debug multi-process targets in CLion. GDB users will now benefit from bundled support for the...
Released: Feb 14, 2024
Aggiornamenti in 2023.3.4
Correzioni
- Clazy inspections are not shown in the Editor.
- Collect usage statistics for debug session initialization duration.
- Collect usage statistics for value/children loading cancellation in debug session.
- Collect value presentation and children loading for nodes in debugger.
- LLM inline completion: very long response.
- No suggestion to install OpenSSL.
- Create or modify c_cpp_properties.json or CppProperties.json for the project without recognized build system.
- Object reference not set to an...