Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
Qt Creator 14.0.0
-
None
Description
It seems that hovering over some constructs allows to show warnings from the embedded codemodel that are actually disabled:
The warning is bogus and related to a shortcoming of the embedded code model (see QTCREATORBUG-29864 and QDS-11149) and should be hidden because qmlls does find the property.
To reproduce, open and build ProjectA, open ProjectA/main.qml and, with qmlls enabled, hover over "screenColor".
The tooltip should be disabled for embedded codemodel warnings when those are disabled and not shown when qmlls is enabled.
Attachments
Issue Links
- relates to
-
QTBUG-127956 qmlls: implement hover actions to show infos for QtC feature parity
- Reported
- resulted from
-
QTCREATORBUG-29864 Qt Creator adds other projects' QML import paths to the current project
- Reported
-
QDS-11149 Auto-generated CMake project structure is not understood by Qt Creator's code model
- Closed