Issues and Feedback
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.
Planned features and improvements
Higher priority
-
Generate implementations for pure virtual functions of base classes.
-
Generate overrides for virtual functions of base classes.
Lower priority
-
Open header/source file in a new editor column.
-
Check for the existence of
.vscode/c_cpp_properties.json
orcompile_commands.json
to parse include paths and improve the generation of the include statement incmantic.createMatchingSourceFile
, amongst other things.