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

Create matching header/source if not found #42

Open EnderShadow8 opened 2 years ago

EnderShadow8 commented 2 years ago

Right now if I use the "switch header/source in workspace" command and no matching header was found, then the extension will helpfully throw an error saying "no matching header/source found".

It would be better if there was an option to create the missing header or source file and switching to that instead.