Autocompletion in my installation of Qt Creator is not longer working. I have "Activate Completion" set to "Always" however it doesn't work, even when I press Control + Space.
It used to work fine though, so I don't know why it suddenly stopped. Does anybody know what could be the reason?
Is Qt Creator free? There is an open-source license which is free and a commercial license. The commercial license (Qt creator and Qt SDK) starts at $459/month.
Qt Creator is a cross-platform integrated development environment (IDE) built for the maximum developer experience. Qt Creator runs on Windows, Linux, and macOS desktop operating systems and allows developers to create software across desktop, mobile, and embedded platforms.
Qt Creator uses the C++ compiler from the GNU Compiler Collection on Linux. On Windows it can use MinGW or MSVC with the default install and can also use Microsoft Console Debugger when compiled from source code. Clang is also supported.
Ok I found what the issue was. This is because I started using precompiled headers which means many classes are now in stable.h and apparently not found by the editor. I fixed the issue by adding #include "stable.h"
in all the files, like in VC++.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With