.. _clion:
CLion
#####
What Is CLion?
~~~~~~~~~~~~~~
`CLion `__ is a cross-platform integrated Development Environment (IDE) for C and C++ programming. CLion also provides dedicated support for ESP-IDF, allowing developers to seamlessly work with the ESP-IDF framework.
Installation
~~~~~~~~~~~~
To install CLion, please follow the instructions provided in `Install CLion `__ for your operating system (Windows, macOS, or Linux).
Configuration
~~~~~~~~~~~~~
To configure an ESP-IDF project in CLion, please refer to the guide on `Configure an ESP CMake project in CLion `__. This guide will walk you through the necessary steps to set up your project properly.
Resources
~~~~~~~~~
For more information about CLion and ESP-IDF integration, please refer to the following resource:
- `CLion Documentation `__: The official documentation for CLion provides detailed information on various aspects of the IDE, including ESP-IDF integration.