Amazing to see this still maintained. Qt creator was my go-to IDE about 20 years ago. At this time, Visual Code, Eclipse, NetBeans and friends had been incredibly resource demanding where Qt creator felt pretty lightweight yet powerful.
Qt Creator is the only IDE I'll use for C++, and I only wish that it had the incredibly in-depth language support for other languages (I'm a D fan and would love an actually good IDE for it).
QtCreator was a bit like the lightweight version of KDevelop for me. I didn't really needed any of the Qt features, just the C++ editor. And the C++ support was really good.
Qt has many good features, but it is not as robust as Visual Studio. It can lock up while debugging. <F2> will take you to the extern in the same module, not the actual definition. Variable expansion during debugging is slow.
You can’t display a.b.c, you have to expand all of ‘a’, then all of ‘a.b’
9 comments
[ 6.1 ms ] story [ 31.5 ms ] thread