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:

Intellisense for inline css


Matt Bierner is correct, VSCode seems to not support it.

Try:

  1. Cntrl+P

  2. Paste this: ext install vscode-styled-components

  3. Choose vscode-styled-components to install (See below):

Correct Plug-in