We are updating the Bootstrap 5 Quick Snippet extension in regular basis to give you the best performance while developing projects.
- fix(templates): Used Tab indent(4 spaces) and removed all possible spaces.
- fix(templates): Updated Bootstrap CDN to
5.2.1
to5.2.3
- docs: Readme table not aligned properly
- feat(templates): Snippet suggestion & code improvements [@uguryuruk][https://github.com/uguryuruk]
- Updated templates to: Bootstrap 5.2.0
- feat(templates): Snippet suggestion & code improvements [@uguryuruk][https://github.com/uguryuruk]
- Updated templates to: Bootstrap 5.2.0-beta1 & fontawesome-cdn
- feat(docs): Contribution page along with html templates.
- Fix: svelte snippets path in package.json @dealeros
- Fix: formatted README.md
- Added support for
.svelte
support. - Added the following:
- Rewrote the extension in Typescript
-
- Added Font-Awesome cdn links. Use
fa5-cdn
to write fontawesome CDN links, you can use CSS version or JS version. (Only one is necessary.) - Added snippets for
html-comment-block
to create quick html block comments. - Added snippets for
css-comment-block
to create quick css block comments. - [ Experimental ] - Added new command "
Open CyberDude YT Channel
" that will open cyberdude channel from insideVSCode
. Just pressCTRL + P
and typecyberdude
it will open theCyberDude YouTube Channel
and has the ability to visitcyberdude website
aswell. This feature is experimental and can be removed in the future.
- Added Font-Awesome cdn links. Use
- Made it compatible for VSCode
1.54.0
above.
- Added 166 code snippets
- Fixed lot of bugs