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

oddity

Open alexander-daniel opened this issue 12 years ago • 11 comments

Running Mavericks, and this dosen't seem to work for me. Probably something silly on my end, but in any case I'm typing

html-

and nothing at all happens! Sorry if this in on my end. I've installed with apm, and everything looks ok on the atom side.

I'll keep pokin' around!

alexander-daniel avatar Apr 24 '14 03:04 alexander-daniel

Is your file type HTML?

On 24 Nis 2014, at 06:27, alexander-daniel [email protected] wrote:

Running Mavericks, and this dosen't seem to work for me. Probably something silly on my end, but in any case I'm typing

html-

and nothing at all happens! Sorry if this in on my end. I've installed with apm, and everything looks ok on the atom side.

I'll keep pokin' around!

— Reply to this email directly or view it on GitHub.

f avatar Apr 24 '14 06:04 f

yup! index.html

alexander-daniel avatar Apr 24 '14 21:04 alexander-daniel

Hit the TAB key ;)

ghost avatar May 14 '14 12:05 ghost

Yes! type html- and hit TAB key :)

vigo avatar May 18 '14 18:05 vigo

Hi, have the same problem. I think there is a collision problem with the autocomplete plugin from Sascha Gehlich. https://github.com/saschagehlich/autocomplete-snippets

Greets

janstieler avatar May 20 '14 22:05 janstieler

I'm having the same issue here and it seems to be a conflict with Emmet: https://github.com/emmetio/emmet-atom

Maybe it should have a prefix on the snippets like the 'bs3-' of the Bootstrap 3 Sublime Text package.

mattarau avatar Jul 04 '14 21:07 mattarau

I had the same problem. To solve this:

  1. I went to Settings: install packages;
  2. search by Snippets;
  3. Disable and close all documents;
  4. Enable the Snippets packages again;
  5. Reopen the document and html- + tab KEY.

After that, everything works.

Maybe there are some conflicts with Snippets package too.

andrenmaia avatar Jul 05 '14 15:07 andrenmaia

Thanks @andrenmaia! It seems to be a solution if you don't use emmet... But I actually think that emmet is the problem.

mattarau avatar Jul 05 '14 23:07 mattarau

I have a solution :

Press Shift + Alt + S

and Select html-

amit-btc avatar Jul 06 '14 12:07 amit-btc

how do you make a .html.erb file work with this?

flynfish avatar Sep 25 '14 18:09 flynfish

How do I change the keybindings? I want this to exist on ctrl+tab, and Emmet to live on tab.

bmoneruiux avatar Jan 15 '15 21:01 bmoneruiux