Details
-
Suggestion
-
Resolution: Done
-
P2: Important
-
Qt Creator 6.0.0-beta1
-
None
-
0c60370f3e3ab79b90a4530d104ed50606d09dce (qt-creator/qt-creator/6.0)
Description
when using qtcreator with qt codebase, it seems that the clangd-based code model does not suggest the qt headers without extension (e.g. "QtCore/QObject") in the autocompletion, but only the headers with a .h extension (e.g. "QtCore/qobject.h").
of course it would be great if qt would suggest the `QtCore/QObject` header
Attachments
Issue Links
- is duplicated by
-
QTCREATORBUG-26554 clangd #include completion doesn't show files without .h or .hpp
- Open