Qt Class Generator is a Visual Studio Code extension that allows you to quickly create Qt class folders with .h, .cpp, and .pri files. It also organizes the files into a folder with the class name and automatically updates your project.pro.
Features
Creates a Header file (.h) with #pragma once.
Creates a CPP file (.cpp) ready for implementation.
Creates a PRI file (.pri) and prepares it for inclusion in your Qt project.
Generates a folder named after the class containing all files.
Automatically updates your Qt project (project.pro) with include() for the new PRI file.