Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.8
-
None
-
8f26cd284 (dev), d600d63e2 (6.8)
Description
It seems that qmlls confuses attached types and the root type while suggesting completions on attached types:
import QtQuick import QtQuick.Templates Item { property bool v: StackView.<autocomplete> // only suggest StackView attached type properties, instead of the Item's properties }
Attachments
Issue Links
- resulted in
-
QTBUG-127609 qmlls: completion wrong for qualified imports
-
- Closed
-