Bootsnip is a Visual Studio Code extension designed to help beginners to web development. By using short prefixes, you can save a lot of time designing your first websites. Bootsnip helps you write dozens of lines ocde with just a few characters!
Here are some useful prefixes to get started:
!bs4
to get the bootstrap 4 starter template
!navb
to get a navbar up and running
!epform
to get a cheeky little form in for email sign ups!
None at the moment
CHANGELOG.md has a comprehensive list of release updates, but in a nutshell:
Initial release with bootstrap 4 template
Bootstrap 5 and forms support
Added snippets for more componenets
Motivated by an existing VS Code extension by Eventyret: https://github.com/Eventyret/vscode-bcdn Snippet examples sourced from https://getbootstrap.com/docs/4.0/getting-started/introduction/
Enjoy!