Qt Creator 4: is it possible to switch back to the old code model?
-
The new-default clang code model is too buggy. Qt Creator is now barely better than a text editor. The old model, on the other hand, worked very good, even though it couldn't handle templates. But I don't see the old model anywhere to switch to. My productivity when writing new code plummeted with the new Creator release :/
-
Clang code model is now a plugin. Disable it (Help -> About Plugins -> C++ -> ClangCodeModel) and restart Qt Creator.
-
Clang code model is now a plugin. Disable it (Help -> About Plugins -> C++ -> ClangCodeModel) and restart Qt Creator.
@Chris-Kawa, aha, thanks!
Is there a simple way to see only the code model-related bug reports in the Qt Jira tracker? -
Hm, I don't think so. There's a component "Clang Static Analyser" but I don't see anything for the code model. The closest would be the C/C++/Obj-C++ Support I guess.