emmet-atom
emmet-atom copied to clipboard
Tab key is not working in atom
i have installed atom i have put the code also that everybody is suggesting 'atom-text-editor:not([mini])': 'tab': 'emmet:expand-abbreviation-with-tab' this one but still my tab is just completing the html code like this
can anyone suggest me what to do?
+1
It worked...do it like this(check Image below)
If you find after installing emmet, tab completion doesn’t work as described in the documentation, go to Atom > Keymap or File > Keymap add the following code, then restart Atom (this fix worked for me):
'atom-text-editor:not([mini])': 'tab': 'emmet:expand-abbreviation-with-tab'
Answer is from https://github.com/emmetio/emmet-atom/issues/503