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?

0
1 comment

Hello!

CLion does not provide its own project model for your code but supports the following formats:

  • CMake
  • Gradle (only the new Gradle C/C++ projects)
  • JSON compilation database
  • Makefiles (starting with CLion 2020.2 EAP)

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.

0

Please sign in to leave a comment.