# Qt C++ Extension for Visual Studio Code This extension helps you develop Qt C++ projects with Visual Studio Code and CMake. ## Features - Build Qt projects with CMake - Debug Qt's C++ types - Read Qt documentation ## Prerequisites The [CMake](https://github.com/twxs/vs.language.cmake) and [CMake Tools](https://github.com/microsoft/vscode-cmake-tools) extensions are required. They will be installed automatically. ## Quick Start 1. Install the extension. 1. Register Qt installation: The extension prompts you to register the Qt versions it detects. 1. Open a Qt project and start developing! ## Documentation For more information about using Qt extensions, go to [Qt Extensions for VS Code Documentation](https://doc.qt.io/vscodeext/index.html). For pre-release versions, go to [Qt Extensions for VS Code Pre-release Documentation](https://doc-snapshots.qt.io/vscodeext-dev/). ## Issues If you encounter any issues with the extension, please [report the issues](https://bugreports.qt.io/projects/VSCODEEXT). ## License This extension can be licensed under the Qt Commercial License and the LGPL 3.0. See the text of both licenses [here](LICENSE).