Home > Software engineering >  With VS-Code, I can't utilise the emmet option for Styled-component in React
With VS-Code, I can't utilise the emmet option for Styled-component in React

Time:02-08

Using VS-code, I'm attempting to use emmet for styled-components in react. I've tried every tip on the internet, but I still can't get it.

  • I have tried to install extensions like vscode-styled-components
  • i have added "emmet.includeLanguages": { "jsx": "javascriptreact, css", "javascript": "javascriptreact, css" }, in my settings.json
  • for reference if we typedf it will be added as display:flex but still im not getting it help me with solving this issue

CodePudding user response:

You can use vscode-styled-components extension in VSCode. Link enter image description hereIt's an awesome Extension of VSCode.

  •  Tags:  
  • Related