When editing HTML in Visual Studio, is there a keyboard shortcut for jumping to/from the matched html tag in much the same way that you can do so with matched brackets?
I've already been to the Visual-Studio-Keyboard-Shortcuts Question.
For example:
I want to move from <head> to </head> when I press a keyboard shortcut.