BigBahss / vscode-cmantic

C/C++ code generation for VS Code: Generate Definitions, Getters, Setters, and much more.
https://bigbahss.github.io/vscode-cmantic/
MIT License
84 stars 9 forks source link

[Feature] Create create no-args / required-args / all-args constructor #48

Open Aderinom opened 2 years ago

Aderinom commented 2 years ago

Hi BigBahss,

thank you for making this extension :D

One feature I'd love to see is the possibility to automatically create Constructors with either no arguments, required arguments or all arguments with initializer lists.