Emmet with styled components autocompletion

Viewed 3588

Im used to emmet autocompleting things like df = display flex tac = text align center

now when I type this inside style components I have to type it very fast otherwise emmet recognises df as dfn

and

tac as touch-action

how can I configure it so it doesnt do change its behaviour in jsx ?

1 Answers

VsCode extension named "vscode-styled-components" can be used for this purpose.

Related