This is a Visual Studio Code extension,help us insert the head-file guard, like
#ifndef ……
#define ……
#endif
Note: This section makes the assumption that you have a working installation of Visual Studio Code, and are mildly familiar with it. If you aren't, perhaps you should start here.
Step 4: Open your user [or workspace] settings file (reference)
// Place your settings in this file to overwrite the default settings
{
"headFileGuard.type" : "guid"
}
This extension is released under an MIT License (just like Visual Studio Code).
A copy of the license, can be found here.