Just Want To Program
Answered
Hi.
I bought PyCharm a while ago and it works like a Charm. CLion, however, is a complete f$%ing nightmare. I usually work with projects that are 1000 lines, single file max. I want to open those files, tweak them, the move on. Why does everything say "CMake project is not loaded."? And I cannot run nor debug anything? Why AM I PAYING FOR THIS S___ AND STILL USING GCC COMMAND LINE?
Please sign in to leave a comment.
Hello!
CLion does not provide its own project model for your code but supports the following formats:
It means that your project should be based on one of these formats so that you could work with it in CLion. Details - https://www.jetbrains.com/help/clion/project-models.html.