- 
    
Task
 - 
    Resolution: Fixed
 - 
    
P2: Important
 - 
    None
 
Introduce a new QQmlLSUtilsIdentifierType AttachedPropertyIdentifier to distinguish between attached properties (AttachedPropertyIdentifier) and attached types (AttachedTypeIdentifier). Currently, everything attached is a AttachedTypeIdentifier, which means that we can't distinguish "Keys" from "onPressed", for example on
Item { Keys.onPressed: ... }
Currently, one can do "find usages" on "onPressed" and get the right result, but "find usages" on "Keys" does not find usages of the "Key" attached property.
- is required for
 - 
                    
        
        QTBUG-113827
        qmlls: find usages in other files
    
-         
 - Closed
 
 -