emmet
emmet copied to clipboard
Check if generated JSX code contains tab stops
In current CodeMirror implementation, the following abbreviation:
<div>MyComponent
gives the following output:
<div>
<MyComponent></MyComponent>
</div>|
e.g. caret is at the end of expanded snippet, not between <MyComponent></MyComponent>