doxdocgen
doxdocgen copied to clipboard
Generate doxygen documentation from source code in VS Code
# Description Just as the extension is intended to be used for C and Cpp codes, it is very close to being useful for VHDL codes with only a few...
# Description It would be awesome to have different templates for either different files (for example I'd like to use different doxygen comments in source and header files respectively). This...
# Description Add a way (context menu) to update an already existing comment, for example when renaming a function/parameter, adding/removing params to functions, …
# Description When I create multiple cursors before 2 or more functions using Alt+Click, it doesn't put help comments before them. Instead, it creates help comment before the first function...
# Description Generate documents for PHP. https://github.com/php/php-langspec/blob/master/spec/13-functions.md#grammar-parameter-declaration
It would be very cool if this would also work for the class attributes. (Or maybe I did not fully understand how to parametrize it ;) ) ## Code example...
# Description Would love to see this extension also support JSDoc generation in Javascript/Typescript/React files. Having recently switched to VSCode from Sublime Text, I'm deeply missing the DoxyDoxygen package. This...