Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
Qt Creator 15.0.0
Description
It would be very useful if I right click on a QML component declaration and "Find all components of this type" much like the C++ class hierarchy.
Presently the only way to do this is to do a file system search and check every single one - and then you only get the first level derivatives,
Basically - if we have visual representation of ancestors/descendants for QML Types that will make developers life more easier
Exactly like what is already there for for C++ as attached screenshot.