Skip to content

A library of html shortcuts to help you write faster and more efficiently

Notifications You must be signed in to change notification settings

dotdot0/vscode-html-shortcut-extension

Repository files navigation

html-shortcuts README

Features

A library of html shortcut that help you to write html element quickly.

1.0.0

Initial release of Html Shortcuts


!html => To generate a html body

!div-class => To generate a div element with class

!div-id => To generate a div element with id

!h1-class => To generate a h1 element with class

!h1-id => To generate a h1 element with id

!p-class => To generate a p element with class

!p-id => To generate a p element with id

!img-class => To generate a img element with class

!img-id => To generate a img element with id

!script-src => To generate a script element with src

!script => To generate a script element witout src

About

A library of html shortcuts to help you write faster and more efficiently

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published