Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
6.9
-
None
Description
We should be able to resolve alias properties and perform go to definition of them.
import QtQuick Item { property alias test: inner.b Item { id: inner property int b: 34 } }
Go to definition of 'test' should take us to 'b' in inner item.