If there such a thing? one of the great pleasures of writing css is the tooling. is there something that exists that can make, say atom kick into .css highlighting / autocompletion when writing a css prop?
@alex-wilmer Check out language-babel which has support for styled CSS template strings.
thanks, but I'm talking about the css prop, not the function
<div
css={`
color: blue;
`}
/>
I'm currently using VSCode with this plugin, works like charm.
@mbavio doesn't look like it works for css prop

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.
Reopen please. I have this issue as well.

This is using VSCode + the styled-components and language-babel extensions.
Note injectGlobal template string works:

As well as styled.xyz template strings:

Most helpful comment
@mbavio doesn't look like it works for css prop