C Header Generator* Now 100% more VS2013 friendly Right-click a .C source file in solution explorer or in code editor window to generate a header file based on the declarations in the file. There are some issues to be aware of. This extension will do its best to parse a C Header file without any sort of preprocessing. It will not read any include files from the current file. As such, certain preprocessor macros can cause the generator to fail to parse the file. There are several configuration options available in the options section (Tools => Options => C Header Generator). Options include:
The source is available on GitHub at https://github.com/cmc13/CHeaderGenerator. |