Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 1.3.85 (2.0.0-rc1)
-
None
-
088bdb29db87571963e0fab6ff98a6f023c55f0e
Description
As per
import Qt 4.7 Rectangle { id: app width: 400 height: 400 states: State{ PropertyChanges { target: app color: "red" <- cursor here } } }
You get no helpful autocomplere here. Could we do anything clever such as look at the 'target', see what element type it is targeting and offer the properties is supports in the completion?