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

qmlls: add crude support for context properties

    XMLWordPrintable

Details

    • Task
    • Resolution: Unresolved
    • P2: Important
    • 6.11
    • 6.8
    • QML: Tooling
    • None

    Description

      Add crude support to qmlls for context properties to warn about them, and maybe also suggest them.

      Extracts from the chat:

      Basically, we should have some support at the tooling level, if only to provide proper warnings (basically, usages of context properties shouldn't show "typo fix" suggestions, but rather a message that context properties are bad)

      We don't want to encourage the use of context properties, but we also should make it somewhat easy to gradually migrate projects to best practices

      There are basically three things that we'd need:

      1. A way to to expose additional name -> type mapping for qmllint/the LSP
      2. A way to detect setContextProperty calls in the C++ code (that could even be running grep)
      3. some integration with the C++ code model to detect the actual type of what is passed to setContextProperty

      1 + 2 would already be enough to complete context properties itself if we map them to var; 3. is probably too much effort, given that the clangd based code model doesn't have that integration point

      We can require that the user uses qmlls, declarative type registration and Qt 6 for this task.

      Attachments

        Issue Links

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

          Activity

            People

              qtqmlteam Qt Qml Team User
              sami.shalayel Sami Shalayel
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes