Hello Sublime community,
Currently, my situation is similar to this issue at stackoverflow.
The workaround provided is good, but not enough. This is because it only works when the opening and closing tag are exactly identical – for example,
<div></div>
and does not work when otherwise –
<div className="xxx"></div>
The syntax highlighting for React/JSX has been provided by Babel (github:babel-sublime) but the need to type [return][return][up][tab][tab] or [return][shift+return][tab] and then some formatting is killing me.
Please, Sublime gods, help me and other React/JSX web developers. At least allow the auto indent after return inside a parentheses.