Sunday, May 23, 2021

'Visual Studio Code' Shortcuts



A Tip About Visual Studio Code:
Tip 1:
If press this sequence:
1: "i"
2: "Enter"
This will put <i> in your HTML file.

#-#-#-#-#-#-#-#-#-#

Tip 2:
If you press this sequence:

1: "i."
2: "Enter"
This will put <i class=""> in your HTML file.

#-#-#-#-#-#-#-#-#-#

Tip 3:

If you press this sequence:

1: "i/"
2: "Enter"
This will put only the opening tag in your HTML template, for "i/" it will be: <i>.

#-#-#-#-#-#-#-#-#-#

Tip 4:

If you press this sequence:

1: "i.customClass"
2: "Enter"

This will put <i class="customClass"></i> in HTML template.

#-#-#-#-#-#-#-#-#-#

Tip 5:

If you press this sequence:

1: "i#customID"
2: "Enter"

This will put <i id="customID"></i> in HTML template.

Tags: Technology,Web Development,

No comments:

Post a Comment