- CMake
- CMake files editing
Commands completion in CMake files
- Automatic actions
CMake automatic reload
Update CMakeLists.txt files automatically when adding/deleting files
- Update CMakeLists.txt files automatically on refactorings
Rename
Move/Extract Class/Copy/Safe delete/Pull members Up
- Parameters
Pass environment variable to CMake command in CLion
Pass parameters to CMake command in CLion
- Project structure
Consider header files as project file regardless of whether they are listed in the CMakeLists.txt files or not
Creating CMake project from existing source
- CMake files editing
- Toolchain
MinGW-W64 support
- Language
Use Clang annotator to highlight semantic errors in CLion
Google Test support in CLion
- Debugger
Support inspection of GNU STL collections during debug session
Bundled code-style schemes
Extend the list of Live Templates for C/C++
New File templates
Bug fixing and performance improvements