cschlosser / doxdocgen

Generate doxygen documentation from source code in VS Code
https://marketplace.visualstudio.com/items?itemName=cschlosser.doxdocgen
MIT License
265 stars 55 forks source link

Create snippets for doxygen commands #30

Open rowanG077 opened 6 years ago

rowanG077 commented 6 years ago

We are supporting doxygen commands with template generation but there are a lot more commands that can be generated and it would be really usefull to allow for some kind of intellisense when typing other commands.

So when type some configurable trigger then you get intellisense to add a doxygen command.

cschlosser commented 6 years ago

This could be more challenging then expected. This needs an completion provider for c/c++ comments.