Kaigai Blog living abroad in my twenties

Tricks you can use in Visual Studio Code

Programming

Tricks you can use in Visual Studio Code

Type .className

You can create <div class="example"></div> by typing “.example” in a HTML File. It would automatically create it. This can be used with “id” as well by typing “#example”.