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 type
dfit will be added asdisplay:flexbut still im not getting it help me with solving this issue
CodePudding user response:
You can use vscode-styled-components extension in VSCode.
Link
It's an awesome Extension of VSCode.
