VSCode Shortcut for External CSS Reference

Is it possible to use a vscode shortcut for entering the snippet below?

<link rel="stylesheet" href="mystyle.css">

You could try the Emmet shortcut:

link:css

See the Emmet cheat sheet for more.

1 Like