C#C
C#8mo ago
ruan

How to style the text of a collapsed outline region? (VS22 Extension)

If someone here have experience on creating extensions for Visual Studio 2022, I'm looking for help on this question:
https://learn.microsoft.com/en-us/answers/questions/2263346/how-to-style-the-text-of-a-collapsed-outline-regio
I'm working on a Visual Studio 2022 C# extension to customize the text of C++ #pragma region #pragma endregion

1: default, 2: modified using the code bellow, 3: collapsed
I would like to ask how i could customize the text show when the block is
Was this page helpful?