Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #9913
    dindog
    Participant

    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.

    #9941
    Yutaka Emura
    Keymaster

    Hi dindog,

    Again, I will try to find an easy way to see the scope of the braces. Thanks!

    #9944
    Meir
    Participant

    Hi!

    Please see my post to the “HTML paired tags highlight” Feature request.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.