Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-130794

qmlls: cannot go to definition of alias properties

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • 6.10
    • 6.9
    • QML: Tooling
    • 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.
       

      Attachments

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

        Activity

          People

            qtqmlteam Qt Qml Team User
            semih.yavuz Semih Yavuz
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes