Hacker News new | ask | show | jobs
by anastasiak2512 3492 days ago
We do plan it in some future (https://youtrack.jetbrains.com/issue/CPP-4141). However, due to historical and some technical reasons, it's not that quick, so postponed for now until we find some resources for this task.
2 comments

you should at least get the makefile support from C++ in there.. people use makefiles for bootstrapping docker all the time. https://youtrack.jetbrains.com/issue/IDEABKL-5173
That's good to hear. And I concur with the other reply here that additional build systems are going to be needed. I use CLion every day at work, but I have to maintain my own CMakeLists.txt and keep it in sync with our actual (Makefile or Bazel/Blaze) builds.