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

qmlls: no completion in attached/grouped properties because of parser

    XMLWordPrintable

Details

    • 2b008f242 (dev), 11052eac4 (6.7)

    Description

      Currently, we can do:
      ```
      Component.on<request completion here> : {}
      ```
      but we cannot do
      ```
      Component.on<request completion here>
      ```
      as the parser fails because of the missing `: {}`
       

      Add some parser recovery option for this use case.

      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

                  There are no open Gerrit changes