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
How to style the text of a collapsed outline region? - Microsoft Q&A
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…
0 Replies