Firstly, great work! Colourizing the @attention and @warning commands alone is enough for me to make this a regular part of my workflow, let alone all the other great stuff.
Anyways, my feature suggestion: In the past when I've wanted a collapsible region around large amount of code at file scope I've used things like #if 1 / #endif (or #pragma region, but other compilers complain about that). Since I often use doxygen's condition regions in public API's, it'd be nice if those could also be used as the basis for collapsible regions in the VS editor.
Firstly, great work! Colourizing the
@attentionand@warningcommands alone is enough for me to make this a regular part of my workflow, let alone all the other great stuff.Anyways, my feature suggestion: In the past when I've wanted a collapsible region around large amount of code at file scope I've used things like
#if 1 / #endif(or#pragma region, but other compilers complain about that). Since I often use doxygen's condition regions in public API's, it'd be nice if those could also be used as the basis for collapsible regions in the VS editor.