Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-100084 LSP: find usages in qml
  3. QTBUG-117306

qmlls: find usages of group properties

XMLWordPrintable

    • Icon: Technical task Technical task
    • Resolution: Fixed
    • Icon: P2: Important P2: Important
    • 6.7
    • QML: Tooling
    • None

      qmlls cannot find group properties i.e

       

      function fff()  {    
         t.font.family = "mono";
      }
      
      Text {
          id:t 
          font.family: "serif";
      } 

       

      Also consider the cases when immediate properties in action (you find the name in scope but the enclosing type doesnt own that property)

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            semih.yavuz Semih Yavuz
            semih.yavuz Semih Yavuz
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes