Details
-
Task
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
None
-
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:
- 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
- Sending the qml engine update instructions, based on the current qml code model of the altered file.
Attachments
Issue Links
- duplicates
-
VSCODEEXT-16 QtQuick hot reload / live editing
-
- Open
-