Viewing 3 posts - 1 through 3 (of 3 total)
- AuthorPosts
- January 31, 2012 at 2:30 pm #9913dindogParticipant
It is something similar to the current Go to Match Brace feature, but it is not call when cursor at one of the matching brace, but in the middle of the two, so it has two direction, beginning & ending.
Here is demo
1:{
2:{ Cursor B
3:[
Cursor A
~3: ]
~2: } Cursor C
~1: }1. say I am at Cursor A, inside of 3 paired braces, when I call beginning, I go to 3:[, if I call for ending, I go to ~3:]
2. similar, when I am at C, the beginning is 1:{, ending is ~1: }
this give us easy to know the scope of a given line, not finding the braces by my own eyes.
February 3, 2012 at 7:13 pm #9941Yutaka EmuraKeymasterHi dindog,
Again, I will try to find an easy way to see the scope of the braces. Thanks!
February 3, 2012 at 8:17 pm #9944MeirParticipantHi!
Please see my post to the “HTML paired tags highlight” Feature request.
- AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.