# vscode-qbs **Repository Path**: moriv4/vscode-qbs ## Basic Information - **Project Name**: vscode-qbs - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-31 - **Last Updated**: 2023-12-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Qbs This extension provides support for the [Qbs](https://doc.qt.io/qbs/) build tool in [Visual Studio Code](https://code.visualstudio.com/). Qbs is a modern, powerful, and scalable tool for building arbitrary projects. It is fast, reliable and convenient to use, and comes with excellent C/C++ support out of the box. ## Features - Syntax Highlighting - Building, running and debugging projects ## Requirements Qbs >= 1.16 must be preinstalled in the system. ## Important doc links - [Prepare Qbs](docs/qbs-how-to.md#prepare-qbs) - [Open project](docs/qbs-how-to.md#open-a-project) - [Configure project](docs/qbs-how-to.md#configure-a-project) - [Build project](docs/qbs-how-to.md#build-a-project) - [Run product](docs/qbs-how-to.md#run-a-product) - [Debug product](docs/qbs-how-to.md#debug-a-product) - [Edit build configurations](docs/qbs-how-to.md#edit-a-build-configurations) - [Edit launch configurations](docs/qbs-how-to.md#edit-a-launch-configurations) - [How to](docs/qbs-how-to.md) - [Read the online documentation](docs/README.md) - [Contribute](docs/qbs-contribute.md) ## Issues? Questions? Feature requests? **PLEASE**, if you experience any problems, have any questions, or have an idea for a new feature, create an issue on [the GitHub page](https://github.com/denis-shienkov/vscode-qbs/issues)! This extension provides basic code highlighting for the Qbs scripting language.