On 2/1/2018 6:09 AM, Steven Schveighoffer wrote:
On 1/31/18 9:58 PM, Walter Bright wrote:
On 1/31/2018 5:37 PM, Steven Schveighoffer wrote:
Where it breaks down is when you have many nested tags, and you end with )))))
Long ago, I adjusted my text editor so that when the cursor is placed on ),
the matching ( is found. Ditto for { }, [ ], < >, and #if/#elif/#else/#endif
(!). It's been incredibly convenient.
This has literally been in vim since I started using it, what, 15 years ago? It
doesn't matter.
The #if too?
When I'm reviewing a PR, I don't see the matching as easily.
True, but that applies to anything with a block structure.