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

qmlls: missing completion for qualified types

    XMLWordPrintable

Details

    • 720bfe108 (dev), 8852cdee4 (6.7), 29d2153f8 (dev), 7b26a46ba (6.7), 49165e964 (dev), 3c01645e6 (6.7)

    Description

      Currently, our completion for qualified types is not working 100%:

      you can autocomplete stuff like:

       

      import QtQuick as QQ
      QQ<autocomplete here>
      

      and you will get suggestions like QQ.Item, QQ.Accessible, and so on

      If you enter the dot and something and try completing again, then you don't get any completions anymore:

      import QtQuick as QQ
      QQ.Ite<autocomplete here>
      

       

      The usages of QQmlLSUtils::reachableTypes() in qqmllsutils.cpp should be adapted to this scenario.

      Attachments

        Issue Links

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

          Activity

            People

              sami.shalayel Sami Shalayel
              sami.shalayel Sami Shalayel
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews