arandilopez / bootstrap3-snippets

Boostrap 3 snippets plugin for Atom editor
MIT License
1 stars 3 forks source link

How to use #3

Open brady994 opened 8 years ago

brady994 commented 8 years ago

Hi, I would like to know how to use bootstrap3-snippets in atom because I can't find the right combination of keys to use it. Thank You.

elie222 commented 8 years ago

Type bs3- and it should autocomplete to something for you. For example bs3-table for a table.

arandilopez commented 8 years ago

thanks @elie222

chrisSowerby commented 7 years ago

Hi. It only works if you first save the html file then reopen it. also when I tab it along it doesn't do the completion but if I click in the auto-complete box with my mouse it will do the auto complete.

tabbing along this: bs3-col produces this: <bs3-col></bs3-col> clicking on one of the options in the autocomplete box that shows below what you are typing produces this:

<div class="col-xs- col-sm- col-md- col-lg-">

</div>