Include Guard Snippets for C/C++This extension provides handy snippets for adding include guards to your C/C++ header files. It includes two main snippets:
These snippets help ensure that your header files are protected against multiple inclusions, improving code reliability and maintainability. I'm not expecting any updates, because this extension is literally just two snippets, but if you have any ideas or find bugs, let me know on GitHub! FeaturesNormal Snippet (#guard)Use a snippet to automatically choose a name and insert an appropriate guard Interactive Snippet (#iguard)If you want to use a different name, use Fill File with Snippet command (both #guard and #iguard)You can also use the built in vs code Known IssuesThe snippets use regex to format the file name, which does not account for different naming conventions, which might result in names that you don't like. If this happens, you can use Release NotesFor a more detailed changelog, visit: CHANGELOG.md (changelog tab) 1.0.1Fixed licensing 1.0.0Initial release. |