I think it would be nice if - for example with a key press - I could see what is on the other side of the matching bracket. For example when I place my cursor at the ending bracket of a long if()
statement, I press “xyz” and then in a small tooltip the matching if()
statement is displayed, so that I don’t have to scroll up to see which if()
(or whatever) statement’s bracket my cursor is at.
Display content at matching bracket
minitauros
#1
0 Likes
FHTheron
#2
This sounds like an enhanced version of Jump to Matching Bracket
(ctrl+m) and can be quite useful, especially if it applies to code scope rather than only brackets (like the top of a python if block).
0 Likes