Originally posted by carewolf
View Post
Announcement
Collapse
No announcement yet.
Qt Creator 10 Released With Improved C++20 Support, QML Code Model From Qt 6.5
Collapse
X
-
Hopefully somebody fixes clang-format soon so it can actually support the Qt coding style. It is rather annoying having to deal with a default tool that messes up the code instead of fixing it.
Leave a comment:
-
Having used it extensively, along with vscode. Little comparison:
Pros:
- GDB integration for debugging is way more complete and debugging sessions are easy to start
- Compiling and handling various build folders with various build options is very good on Qt Creator, configures clangd ootb, it's faster than vscode in navigation.
Cons:
- No browsing of any file in any given folder in any language
- can't see headers with meson projects, I can't wait for this to change. This is my major show stopper as of now
- no built-in terminal
- poor/outdated git integration
So I ended up using both for different aspects.
- Likes 2
Leave a comment:
-
Originally posted by Steffo View Post
Although this is true, CLion is also a crappy editor. Refactoring is buggy, the debugger is slow, code navigation is slow, and the IDE in total is really slow. I've never tried Visual Studio, because it exists only for Windows, but my assumption is, that all C++ IDE are crap and some of them a little bit less crappy! These IDEs wouldn't survive in the Java/C# world!
Leave a comment:
-
Originally posted by dremon_nl View PostFor an IDE it's quite limited: project management is very poor, little refactoring support, CMake integration isn't great either and it's pretty much C++ only. The only reason to use it is the built-in form editor for Qt widgets and QML. Used it for many years. Now CLion is a better option (not free though).
- Likes 2
Leave a comment:
-
Originally posted by dremon_nl View PostFor an IDE it's quite limited: project management is very poor, little refactoring support, CMake integration isn't great either and it's pretty much C++ only. The only reason to use it is the built-in form editor for Qt widgets and QML. Used it for many years. Now CLion is a better option (not free though).
- Likes 1
Leave a comment:
-
For an IDE it's quite limited: project management is very poor, little refactoring support, CMake integration isn't great either and it's pretty much C++ only. The only reason to use it is the built-in form editor for Qt widgets and QML. Used it for many years. Now CLion is a better option (not free though).
- Likes 3
Leave a comment:
-
I'll wait for at least 1 point release to have "hundreds of bugs fixed".
- Likes 1
Leave a comment:
-
Is it only my impression or gets the C++ code model worse since the last releases?
Leave a comment:
Leave a comment: