Description
On the minimap, #pragma regions are displayed in big bold letters, making navigation easier. However, one can still get lost in long sections. To solve this, we should use smaller letters to highlight functions on the minimap for easier navigation. To accomodate them, #pragma region headers should be aligned bottom-to-bottom instead of top-to-top, so that function headers can be aligned top-to-top without overlap.
If #14716 is accepted, function headers should also be indented when their encapsulating region is indented.
Issue Details
| Item |
Value |
| Issue Category |
Feature Request |
| Target |
C/C++ |
| VS Code Version |
Code 1.135.0 (08d4889f9ec4a1685d257b9b95de036c8e1ce1e5, 2026-08-25T14:26:52Z) |
| OS Version |
Linux x64 6.8.0-137-generic |
| Extension Identifier |
ms-vscode.cpptools |
| Extension Version |
1.34.0 |
| Extension Publisher |
ms-vscode |
Description
On the minimap,
#pragma regions are displayed in big bold letters, making navigation easier. However, one can still get lost in long sections. To solve this, we should use smaller letters to highlight functions on the minimap for easier navigation. To accomodate them,#pragma regionheaders should be aligned bottom-to-bottom instead of top-to-top, so that function headers can be aligned top-to-top without overlap.If #14716 is accepted, function headers should also be indented when their encapsulating region is indented.
Issue Details