|
|
|
|
|
by ohnoesjmr
610 days ago
|
|
I use both Rider (for mixed c++/c#) projects and CLion for C++ only. I feel that Rider is somehow better than CLion at c++, even after CLion Nova (Intellisense based on Resharper backend) became a thing. One difference is that I write boost::asio in CLion, and just vanilla C++ in Rider, and before Nova it was completely unusable with async code, now it's usable with async code, but after a few days of running the editor I end up with fatal IDE errors for CLion, and never for Rider. |
|