madskristensen / RainbowBraces

A Visual Studio extension
Apache License 2.0
133 stars 7 forks source link

Enable vertical lines in parenthesis #103

Closed weitzhandler closed 1 year ago

weitzhandler commented 1 year ago

This is super useful in functional style C# where there long nested lambda expressions. It's also super useful when writing C# Markup.

lordfanger commented 1 year ago

Hi, if I understand it right, you want to show vertical line adornments like this? image

If so, it'll be for VS feedback suggestion. Once implemented, it'll be colorized by this extension out of the box the same way the curly bracket blocks are now.

If I'm wrong, can you send some screenshots what do you want?

weitzhandler commented 1 year ago

Yes that's what I meant. I'm gonna close this issue then. Should I open or find a similar issue, I'll link it in here.

weitzhandler commented 1 year ago

https://developercommunity.visualstudio.com/t/Enable-vertical-guidelines-for-parenthes/10442432

I hope you don't mind that I used your picture. Will gladly credit you or delete it.

lordfanger commented 1 year ago

https://developercommunity.visualstudio.com/t/Enable-vertical-guidelines-for-parenthes/10442432

I hope you don't mind that I used your picture. Will gladly credit you or delete it.

You were faster than me I were about to create the ticket myself with reference to you ^^

Anyway I took that screenshot from C# markup readme ;)