VSCode autocomplete and IntelliSense are not working within backticks
VS Code does not ship with built-in support for styled-components style inline css. Try installing this extension: https://marketplace.visualstudio.com/items?itemName=styled-components.vscode-styled-components
It adds syntax highlighting and IntelliSense for styled-components in js and ts:
Matt Bierner is correct, VSCode seems to not support it.
Try:
-
Cntrl+P
-
Paste this:
ext install vscode-styled-components
-
Choose vscode-styled-components to install (See below):