CyberMango / init.vimango

15 stars 0 forks source link

Add auto doxygen doc. #12

Open CyberMango opened 4 years ago

CyberMango commented 4 years ago

Add auto doxygen doc functionality. There are many old plugins for this.

CyberMango commented 3 years ago

Added for c/cpp/python files with doxygen syntax highlighting(for c/cpp only for now). For python files it is added with # comments instead of """ blocks, so a better plugin needs to be found.

works by standing on function name and running :Dox, or \<leader>E .

Will add a better, more sophisticated plugin with jumps to the input locations, and with a shortcut of "/**" when i find one, like in vscode.