f / atom-bootstrap3

Twitter Bootstrap 3 Snippets for Atom
MIT License
81 stars 34 forks source link

Autocomplete trigger #10

Open 41GitHub opened 9 years ago

41GitHub commented 9 years ago

Newbie question: What triggers the autocomplete menu for the classes? For example, if my cursor is after the b in class below how do I make a menu pop up?

<button type="button" class="b">

(Snippets work fine for me.)

Thanks.

peterblazejewicz commented 9 years ago

Hi,

Type b- and you should see hints, add any character via keyboard to trigger hint to specific class e.g. b-p could trigger btn-primary hint.

Thanks!