Details
-
Suggestion
-
Resolution: Unresolved
-
P2: Important
-
None
-
90368e2bb (master)
Description
// mycustomcomponent.h class MyCustomComponent : public QObject { Q_OBJECT QML_ELEMENT // ... }; // main.qml Window { MyCustomComponent {} // "Follow Symbol Under Cursor" should open mycustomcomponent.h }
Attachments
Issue Links
- is duplicated by
-
QTCREATORBUG-28271 I'd be great if I can jump to the class definition from .qml
-
- Closed
-
- is required for
-
QTCREATORBUG-28113 Suggestions pick list
-
- Reported
-
- relates to
-
QTBUG-128393 qmlls: go to (type) definition for C++ defined types
-
- Reported
-
-
QTCREATORBUG-32354 "Follow Symbol Under Cursor" does not make a jump from QML to the definition in C++ if it uses QML_SINGLETON
-
- Reported
-