oddity
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!
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.
yup! index.html
Hit the TAB key ;)
Yes! type html- and hit TAB key :)
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
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.
I had the same problem. To solve this:
- I went to
Settings: install packages; - search by
Snippets; -
Disableand close all documents; -
EnabletheSnippetspackages again; - Reopen the document and
html-+tabKEY.
After that, everything works.
Maybe there are some conflicts with Snippets package too.
Thanks @andrenmaia! It seems to be a solution if you don't use emmet... But I actually think that emmet is the problem.
I have a solution :
Press Shift + Alt + S
and Select html-
how do you make a .html.erb file work with this?
How do I change the keybindings? I want this to exist on ctrl+tab, and Emmet to live on tab.