Jump to Closing tag in VS Code?

Ciprian Turcu picture Ciprian Turcu · Mar 24, 2017 · Viewed 29.9k times · Source

I can't seem to find a way to select the beginning of a bracket and jump to the end of it through some key combination or something in VS Code. For example, in atom, this is done with Ctrl + m.

I know there is a way to jump to the beginning and end of a bracket or curlybraces with Cmd + Shift + \ but that does not work for tags. Any ideas?

Answer

Jakub Jurkian picture Jakub Jurkian · Apr 16, 2017

It is possible to do, but either using Ctrl + Shift + P -> "Emmet: Go to Matching Pair" or by manually setting a shortcut for it (Ctrl + K Ctrl + S).

Unfortunately there is currently no support for it out of the box.