Open mamartins opened 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
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
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
Did you changed your keymap.cson
file?
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
any help?
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?