doxdocgen
doxdocgen copied to clipboard
auto cursor location
trafficstars
Is your feature request related to a problem? Please describe.
no, it's a new feature request.
Describe the solution you'd like

After the comment is completed, the cursor can be located at the end of the @brief tag. And cursor can be located in turn using tab key.
just like "customer code snippet" in Vscode, it locates cursor using $1, $2, and so on.
I tried to implement this once but couldn't figure it out back then. Do you know how the API works?