ranjian0 / QmlSandboxExtension

Qml sandbox for vscode

Home Page:https://marketplace.visualstudio.com/items?itemName=SavenkovIgor.QmlSandboxExtension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Qml Sandbox extension for Visual Studio Code

Logo

Welcome to QmlSandboxExtension, a specialized tool designed to streamline the development process for Qml experiments. This extension allows you to preview your Qml files directly within Visual Studio Code, eliminating the need for context switching and enhancing your productivity.

Build status

Features

  • Preview Qml: This extension allows you to preview standalone Qml files in a sandbox environment. To open the preview window, simply click on the eye icon located at the top right corner of your Qml file or use the Open Qml Sandbox command, or press Ctrl+Shift+Q.

Make sure that VsCode properly identifies your file as Qml, or the icon won't appear. Qml language support is provided by the bbenoist.QML extension dependency.

  • Screenshot: You can take screenshot of your Qml scene by clicking on the camera icon in the top right corner of the preview window or by using the Screenshot Qml Scene command.

Build dependencies

  • Cmake/Ninja
  • aqtinstall (optional script for Qt installation)
  • Qt 6.5.2
  • Emscripten 3.1.25

Contributing

We welcome and appreciate contributions! If you would like to contribute to QmlSandboxExtension, please fork the repository and submit a pull request.

About

Qml sandbox for vscode

https://marketplace.visualstudio.com/items?itemName=SavenkovIgor.QmlSandboxExtension

License:GNU General Public License v3.0


Languages

Language:QML 37.7%Language:TypeScript 22.0%Language:Python 18.2%Language:HTML 11.0%Language:C++ 8.7%Language:CMake 2.4%