Author Topic: Bounce Between Start/End Tags, Begin/End Structures  (Read 6821 times)

Lisa

  • Senior Community Member
  • Posts: 238
  • Hero Points: 24
  • User-friendly geek-speak translator extraordinaire
Bounce Between Start/End Tags, Begin/End Structures
« on: January 22, 2008, 04:04:59 PM »
A quick way to jump between start and end tags in HTML or XML (or any supported pairs including begin and end structures in C/C++ and other languages) is to use the find_matching_paren command, bound to Ctrl+] in CUA emulation. When the cursor is on a start tag, press Ctrl+], and the cursor bounces to the end tag. Press Ctrl+] again, and the cursor bounces to the start tag. This can be useful, for example, if you're in a large XML file and need to see what section comes next.
« Last Edit: January 22, 2008, 04:11:14 PM by Lisa »