A small but timesaving VSCode Extension to help you create basic HTML templates, using snippets
The extension includes various snippets as prefixes.
A Basic HTML5 template (tags: html, head, title, meta, body)
Same as !hB1 but with Bootstrap 5.1 CSS & JS (loaded from CDN)
Same as !hB1 but with Bootstrap 5.1 CSS & JS, and jQuery 3.6 (loaded from CDN)
Same as !hB1 but with Bootstrap 5.1 CSS & JS, jQuery 3.6, and FontAwesome 5.15 (loaded from CDN)
Inserts the jQuery <script> tag from CDN, use it on already made pages anywhere you want to add jQuery.
Inserts the Bootstrap <script> tag/CSS from CDN, use it on already made pages anywhere you want to add Bootstrap.
Inserts the FontAwesome CSS from CDN, use it anywhere you want to add FontAwesome compatibility.
The extension was developed using VSCode 1.63.0. It will probably work on any version that supports snippets.
Initial release of HTML Snippets, with 8 snippets.