vscode-styled-componentsSyntax highlighting and IntelliSense for styled-components. Uses a CSS grammar built on top of language-sass and language-css. InstallInside VSCode, press
It should be the top result. [Source] Features
UsageThe styled-components extension adds highlighting and IntelliSense for styled-component template strings in JavaScript and TypeScript. It works out of the box when you use VS Code's built-in version of TypeScript. If you are using a workspace version of typescript, you must currently configure the TS Server plugin manually by following these instructions |