5

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 ?

balui
  • 147
  • 1
  • 2
  • 11
  • 2
    I was unable to fix this ... I disabled quick suggestions for now .. and toggle it with ctrl+space .... even though i have "emmet.showSuggestionsAsSnippets": true, "editor.snippetSuggestions": "top" it doest work – balui Jul 07 '20 at 14:26

1 Answers1

10

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

kazmi066
  • 573
  • 5
  • 15