1

I'm working on Visual Studio 2017 and would like to know if there is any extension/shortcut to quickly go to a selected bracket's matching pair, or at least to get the closing bracket's line highlighted on the scroll bar on the right, so I can scroll there myself.

pbl
  • 17
  • 4

1 Answers1

0

I think that on visual studio when you place your cursor on a bracket the editor highlights the matching bracket automatically, if it is not activated on your editor you can turn it on by going to Tools > Options > Text Editor You can find more instructions and tips on the official documentation page

  • Yes, but sometimes the other bracket is so far away that you can't see them on screen at the same time. And it's for those situations that I am asking this. – pbl Mar 31 '21 at 13:02
  • In this case you may find the answer you're looking here https://stackoverflow.com/questions/1501921/go-to-matching-brace-in-visual-studio – Youssef Snoussi Mar 31 '21 at 13:35