C/C++ code generation for VS Code: Generate function definitions, function declarations, getters, setters, comparison operators, and more.
If you find a bug in C-mantic or feel like something isn’t working right, please open an Issue on Github. Feature requests are also welcome. New contributors are encouraged to get involved - Pull Requests are welcome. Also, if you find C-mantic useful, consider leaving the extension a rating.
Generate implementations for pure virtual functions of base classes.
Generate overrides for virtual functions of base classes.
Open header/source file in a new editor column.
Check for the existence of .vscode/c_cpp_properties.json
or compile_commands.json
to parse include paths and improve the generation of the include statement in cmantic.createMatchingSourceFile
, amongst other things.