Details
-
Bug
-
Resolution: Out of scope
-
P2: Important
-
None
-
Qt Creator 12.0.0
Description
On some cases the auto comlete does not work for signal parameters when the qmlls is turned off. Please refer to the attached example.
onParentChanged: (parent) => { console.log("parent changed: ", parent ? parent.objectName : "") }
onWindowChanged: (window) => { console.log("window changed", window ? window.objectName : "") }
Attachments
Issue Links
- relates to
-
QTBUG-119798 qmlls: completions in JS expressions
- Closed