Qt Creator 4.7.1: Autocomplete (Intellisense) does not work.
-
Hi; I'm using Qt Creator 4.7.1 on Linux. Autocomplete (intellisense) does not work for C++ but ok for QML. It is good working for C++ if I disable
Help > About Plugins... > ClangCodeModel
. How can I use autocomplete (intellisense) when I enableClangCodeModel
? Thanks. -
Hi @Ibrahim,
- How did you install QtCreator?
- Which kind of project are you using: QMake, QBS, CMake, Generic?
- Does code completion work in a minimal project (e.g. File > New File or Project > Application > Qt Widgets Application ?
There might be the one or other problem with Clang, but I can't imaging that it does not work at all.
Regards
PS: Creator 4.8 is around the corner, and you can already test the Release Candidate.
-
@aha_1980 said in Qt Creator 4.7.1: Autocomplete (Intellisense) does not work.:
- How did you install QtCreator?
I have downloaded Qt 5.11.2 from here. I mean Qt Creator is installed automatically.
- Which kind of project are you using: QMake, QBS, CMake, Generic?
I used QMake but it is not working when I use Qbs.
- Does code completion work in a minimal project (e.g. File > New File or Project > Application > Qt Widgets Application ?
It is not working for all project types (Qt Widgets Application, Non-Qt project (plain c / c++ etc.).
There might be the one or other problem with Clang, but I can't imaging that it does not work at all.
I'm using Linux and g++7 compiler for C++ projects. Can the problem be about g++? Thanks.