C/C++ Single File Execution Plugin

CLion Plugin to run single file easily CLion plugin to execute single file .c/.cpp file quickly. CLion is a C/C++ IDE on IntelliJ IDEA platform provided by JetBrains, and it is working on CMake platform. When you want to run a single file with main() function, you need to configure CMakeLists.txt file everytime. This plugin helps you to add this configuration (the code of add_executable() ) automatically … Continue reading C/C++ Single File Execution Plugin