Answer the question
In order to leave comments, you need to log in
Is there an emmet for jsx on Atom?
Is there an emmet for jsx on Atom?
Already no strength to write out all html tags in React'e
PS
'atom-text-editor[data-grammar~="jsx"]:not([mini])':
'tab': 'emmet:expand-abbreviation-with-tab'
Answer the question
In order to leave comments, you need to log in
1. Install Emmet (File > Settings > Install). It's just called emmet. Just in case, link: https://atom.io/packages/emmet
2. Everything is already working, but by default, the tag expansion is on Ctrl + e. This can be changed. In File > Keymap... you insert: 'atom-text-editor:not([mini])':
'tab': 'emmet:expand-abbreviation'
Now tags are expanded through Tab.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question