Hacker News new | ask | show | jobs
by jcelerier 2004 days ago
ugh, QtCreator is so much better especially than Xcode, and not even worth comparing to Code::Blocks
1 comments

but what if you aren't using Qt?
QtCreator is a generic C/C++ IDE, built with Qt. (and since it has language server support nowadays it looks like it's useable for rust, etc). It has a profiling UI, valgrind support, etc etc.
It's also pretty decent for embedded!

Sometimes I feel they should rebrand it, because many people are blocked by the Qt name.

I better check it out then. Thanks.