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

tab is not working for html tag

Open codingbeasts opened this issue 5 years ago • 0 comments

tab is not working for html tag in atom like vscode do

tried to add keymap in keymap.cson in atom but didn't work

'atom-text-editor:not([mini])': 'tab': 'emmet:expand-abbreviation-with-tab'

codingbeasts avatar Apr 27 '20 18:04 codingbeasts