VSCode seems doesn't auto indent HTML elements in jsx?
Is there any way to fix it.
Update:
In Atom:
When I input <div>
, atom will show:
After I press the return
key, the result is(pay attention to the location of the cursor):
While in VSCode: