Uploaded image for project: 'VS Code Extension'
  1. VS Code Extension
  2. VSCODEEXT-192

Add support for qml live editing

    XMLWordPrintable

Details

    • Task
    • Resolution: Duplicate
    • Not Evaluated
    • None
    • None
    • QML/QtQuick support
    • None

    Description

      Live editing is the standard for pretty much every modern ui toolkit. It would be great if this vscode extension also would offer this:

      • Change existing properties like text color. This should be easily doable
      • Support for changing (reloading?) qml code

      There are different ways to implement live reloading:

      1. Live reloading where you wrap a qml item in a Loader and simple force a full reload. This would require application support and thus not the way to go
      2. Sending the qml engine update instructions, based on the current qml code model of the altered file. 

      Attachments

        Issue Links

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

          Activity

            People

              qtvscodeteam Qt VS Code
              kelteseth Elias Steurer
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes