After setting up VS code editor with default configurations, I noticed that when I input HTML code like the opening tag <title>
, the closing tag </title>
is automatically generated. However, once I enter the title inside these tags, I find myself repeatedly pressing the 'right arrow' button (about 8 times) to exit this specific HTML element (</title>
tag).
I'm wondering if there's a shortcut available that would allow me to bypass pressing the 'right arrow' key multiple times and instead use just one keystroke to skip over the closing tag effortlessly?