emmetio / emmet-atom

Emmet support for Atom
MIT License
764 stars 179 forks source link

Emmet doesnt work in osx #396

Open mamartins opened 8 years ago

mamartins commented 8 years ago

Hello, Since I started using Atom that I am not able to use emmet. it is installed and with no error output but I cannot ever be able to run any shortcut to create a div with a class (.class +tab) , or to create 3 or 4 divs at same time (div*4 +tab). Nothing

How can I debug to see what's wrong?

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/30470723-emmet-doesnt-work-in-osx?utm_campaign=plugin&utm_content=tracker%2F535900&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F535900&utm_medium=issues&utm_source=github).
sergeche commented 8 years ago
  1. Make sure your document syntax is set to HTML
  2. Try another shortcut: https://github.com/emmetio/emmet-atom#default-keybindings
  3. Try to open DevTools to see if there are any errors
mamartins commented 8 years ago

Document syntax is HTML and HTML(angular)

dev tools only a warning:

Loading Emmet extensions from ~/emmet
emmet.coffee:125 Emmet: no such extension folder: /Users/x/emmet

none of the shortcuts work

sergeche commented 8 years ago

Do you see any active autocomplete popup while pressing Tab key? Also, you can open Packages > Keybinging Resolver and check what action is actually invoked on Tab key

mamartins commented 8 years ago

If I use shift+cmd+e appears key binding resolver: shift+cmd+E and no shortcut

this is what happens when I tab after write .class screen shot 2016-02-03 at 10 13 11

sergeche commented 8 years ago

Did you changed your keymap.cson file?

mamartins commented 8 years ago

I have this to work on twig:

'atom-text-editor[data-grammar="text html twig"]:not([mini])':    
    'tab': 'emmet:expand-abbreviation-with-tab'

but removing this won't do anything

mamartins commented 8 years ago

any help?