Feature: pair @cond
and @endcond
commands together as collapsible regions
#2
Labels
enhancement
New feature or request
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.The text was updated successfully, but these errors were encountered: