VS Code Qt Documentation ExtensionThis extension shows documentation for Qt methods and types when you hover over them. https://github.com/danvratil/vscode-qtdoc/assets/932001/cea89414-4ae6-4f24-ae13-49f7a098fa91 Setup & ConfigurationAfter installing the extension, it may be necessary to configure paths to where the Qt documentation is installed on your system. LinuxThe extension will automatically search for Qt documentation files ( MacOS & WindowsOn MacOS and Windows it is necessary to configure the paths to Qt documentation manually. After installation, the extension will inform you that there are no search paths configured and ask you to set them up. Extension SettingsThis extension contributes the following settings:
Known Issues
ContributingYou are more than welcome to contribute to this project, be it code, documentation, localization or whatever else. Thank you! To get started, simply fork our repository on GitHub, create a new branch for your changes, and submit a pull request when you're ready. FAQWhere to Get Qt Documentation?On Linux, it's usually available through distribution packages (usually called
Why a Special Extension for Qt?Unlike most C++ projects, Qt keeps its API documentation in the Qt instead compiles its documentation into a properietary QCH (Qt Compressed Help) format (which really is just an SQLite database). This extension extracts all documented symbols from the database and their documentation, so when you hover over a Qt type or it's method, the extension can quickly look up the documentation for it and provide it to VS Code. LicenseThis project is published under the MIT license. |