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

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

XMLWordPrintable

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

      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.

        For Gerrit Dashboard: QTBUG-120169
        # Subject Branch Project Status CR V

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes