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

LSP: find usages in qml

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Fixed
    • Icon: P2: Important P2: Important
    • 6.9
    • None
    • QML: Tooling

      Find usages should be provided, as it is the basis of several refactoring operations.

      We can distinguish local symbols that are defined in the js code in qml, and the "exported/imported" symbols that can be seen by all files.

      Building the list of exported symbols means scanning all files in a project.

      It might be useful to use a SQLLite approach for this, to avoid having to rescan everything if not needed.

      Work by Marco Bubke might be useful for this.

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

            sami.shalayel Sami Shalayel
            fawzi Fawzi Mohamed
            Votes:
            3 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes