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
82 stars 9 forks source link

Allow adding header guard relative to repo #39

Open studgeek opened 2 years ago

studgeek commented 2 years ago

As a feature request, it would be helpful if the Header Guard format could also have variables for the path relative to its source git (or other source control repo) repo. So something like ${REPO_REL_PATH}. Thanks!

BigBahss commented 2 years ago

This seems doable, I will look into this. Thank you for submitting!