atom-bootstrap3 icon indicating copy to clipboard operation
atom-bootstrap3 copied to clipboard

Command Key

Open matthewgithub opened this issue 10 years ago • 7 comments

What is the command key to toggle completion?

The README defines triggers; however how do you 'trigger' one of the triggers?

I want to type:

page-header

And Get:

a div with < div class="page-header" > a heading 1 and a small with a < / div > closed.

With Sublime Text 3 you do CTRL + SHIFT + P and just type 'bs3'

matthewgithub avatar May 21 '14 01:05 matthewgithub

Eg, in SL3 'bs3' is the trigger after you hit the CTRL + SHIFT + P hotkey.

matthewgithub avatar May 21 '14 01:05 matthewgithub

yeah, this is kinda useless with out the command key

bhhaskin avatar May 22 '14 18:05 bhhaskin

The trigger is the tab key. If you write page-header and then tab, the expected code appears, if you are not having any conflict as some of us are: https://github.com/webBoxio/atom-bootstrap3/issues/1

mattarau avatar Jul 04 '14 21:07 mattarau

Ok. This conflicts with Emmet, which uses TAB for expansion. Can these two live in harmony, or no?

bmoneruiux avatar Jan 15 '15 20:01 bmoneruiux

I have a same problem with TAB for expansion. This conflicts with Emmet, How to change the Atom-bootstrap3's hotkey to Ctrl+TAB?

aissarmurad avatar May 12 '15 03:05 aissarmurad

no answer for this yet? does this package just not work? I do not have the Emmet package installed and yet when I press tab all I get is a tab character, no autocomplete or snippets

briantully avatar Jul 14 '15 06:07 briantully

Yup, no information of what key expands the snippet. Totally useless

partyparrotgreg avatar Nov 19 '15 17:11 partyparrotgreg