Stack Overflow 32
Stack Overflow 32

Reputation: 289

Create C project by default in Clion

I have been using Clion in Windows where i get an option to choose what type of project i wish to create (c/c++) but in Mac it doesn't ask me to choose between the type of project. It is set c++ by default. However renaming .cpp to .c again and again, following this How to create a C project with CLion doesn't seem like a cool idea (time consuming). So, is there any option in setting/ preferences in which I can set cLion to create C project by default?

Upvotes: 2

Views: 9295

Answers (2)

Luis Arteaga
Luis Arteaga

Reputation: 843

Greetings from germany,

unfortunately there is still no project wizard implemented. Have a look at this answer:

"You can create C++ project and them rename main.cpp file for now. In the future we are probably planning C project in project creating wizard." - posted by Anastasia Kazakova on 17 Oct 2015, 16:56.

Source: https://youtrack.jetbrains.com/issue/CPP-4749

Upvotes: 3

Stack Overflow 32
Stack Overflow 32

Reputation: 289

I have just found an answer to this question. JetBrains has yet not introduced this feature to their IDE.

They will include this feature in the next update: see this link

Upvotes: 0

Related Questions