Matching tag in HTML keyboard shortcut

Posted by kape123 on Stack Overflow See other posts from Stack Overflow or by kape123
Published on 2010-04-29T15:25:45Z Indexed on 2010/05/18 21:30 UTC
Read the original article Hit count: 330

Filed under:

Is there a shortcut in Visual Studio (2008) that will allow me to jump to matching HTML tag... as CTRL+] does for matching braces when you are in code view?

Example:

<table>
  <tr>
    <td>
    </td>
  </tr>
</table|>

Cursor is on closing table tag and I would like to press something like CTRL+] to jump to opening table tag.

Any ideas?

© Stack Overflow or respective owner

Related posts about visual-studio