Brackets (34 and earlier) does an excellent job of highlighting the other bracket in a matching pair:



However, once the containing code is more than 100 lines, it loses this ability, which can get very frustrating when working with large JSON files for example, where syntax highlighting is not possible, so you come to rely on this sort of visual feedback to let you know where you are.
If I select the square bracket (98 lines between the two), it works fine:

However, selecting the parenthesis (100 lines between the two), or the curly brace (102 lines), then the result is:

I'm on Win 7 Home Premium SP 1 - 64 bit, and have disabled all extensions in brackets.
Brackets (34 and earlier) does an excellent job of highlighting the other bracket in a matching pair:
However, once the containing code is more than 100 lines, it loses this ability, which can get very frustrating when working with large JSON files for example, where syntax highlighting is not possible, so you come to rely on this sort of visual feedback to let you know where you are.
If I select the square bracket (98 lines between the two), it works fine:
However, selecting the parenthesis (100 lines between the two), or the curly brace (102 lines), then the result is:
I'm on Win 7 Home Premium SP 1 - 64 bit, and have disabled all extensions in brackets.