1

I want to display Lines between Brackets in C# text editor like this image! 1

Thx

Yaseen
  • 13
  • 1
  • 3

1 Answers1

3

One way to achieve this without paying for CodeRush is to use the Indent Guides extension for Visual Studio:

https://visualstudiogallery.msdn.microsoft.com/e792686d-542b-474a-8c55-630980e72c30

gws2
  • 599
  • 3
  • 8