seanwu1105 / vscode-qt-for-python

Qt for Python (PySide and PyQt) extension for Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=seanwu.vscode-qt-for-python
MIT License
176 stars 15 forks source link
pyqt pyqt5 pyqt6 pyside pyside2 pyside6 qml qt-for-python visual-studio-code vscode vscode-extension

Visual Studio Code Extension Qt for Python

build version rating downloads installs

A Visual Studio Code extension for PySide6, PySide2, PyQt6 and PyQt5.

Highlight Features

All features support multi-root workspace project.

QML

Qt UI Files

Qt Resource Files

Qt Style Sheets

Qt Translation Files

Supported Environment Variables

The following list shows the supported variables you can use in extension configurations.

Predefined Variables

The example of predefined variables can be found here.

System Environment Variables

You can also reference environment variables through the ${env:Name} syntax (for example, ${env:USER}).

Be sure to match the environment variable name's casing, for example, ${env:Path} on Windows.

Release Notes

Please see the release notes in CHANGELOG.

Contributing

Please see how to contribute in CONTRIBUTING.