vscode-styled-components icon indicating copy to clipboard operation
vscode-styled-components copied to clipboard

Syntax highlighting for styled-components

Results 83 vscode-styled-components issues
Sort by recently updated
recently updated
newest added

Would it be possible to add syntax highlighting when styled is called like a regular function: ```js styled.div([], props => ` prop: ${props.some.prop}; `) ``` I really hated having to...

Hacktoberfest

Would be cool if the syntax highlighting extended to styled components in markdown code blocks. At present, the extension doesn't pick up on those.

This is a very helpful plugin. Thanks. However, my practice is to pass css from parent to child, which will then pass it to a styled component or a css...

I'm working with Emotion and emotion react. I have styled components, that are ready to receive css style. for example, ```js const Button: StyledComponent = styled("button")` ... some general button...

Bumps [d3-color](https://github.com/d3/d3-color) from 3.0.1 to 3.1.0. Release notes Sourced from d3-color's releases. v3.1.0 Add rgb.clamp and hsl.clamp. #102 Add color.formatHex8. #103 Fix color.formatHsl to clamp values to the expected range....

dependencies

**Describe the bug (including copyable syntax)** The highlighting breaks for this example using the new `:has` selector. ```css &:has(> a:hover) { font-size: 1px; } ``` **Screenshot** **Build environment (please complete...

bug

Describe the bug (including copyable syntax) CSS autocomplete cursor position af The cursor is right before the last character of the last word. Screenshot displa/*the cursor is currently here*/y: ;...

bug

**Describe the bug (including copyable syntax)** A clear and concise description of what the bug is. If you're planning on posting a screenshot, please paste the accompanying code here. **Screenshot**...

bug

Expected to syntax highlight like that: ![image](https://user-images.githubusercontent.com/9964502/192532704-50529724-8c8d-47c3-a9a4-0fe40a2d1347.png) but breaking when i use .withConfig({ shouldForwardProp: () => false }) ![image](https://user-images.githubusercontent.com/9964502/192532781-404f9d72-4079-47dc-9c1c-9c9f48557bcb.png) **Build environment (please complete the following information):** - OS: Windows 11...

bug

Hello! Thanks for this awesome plugin. I found that the property [`container-type`](https://developer.mozilla.org/en-US/docs/Web/CSS/container-type) isn't known in the plugin, and the README file [says](https://github.com/styled-components/vscode-styled-components?tab=readme-ov-file#i-get-unknown-property-x-on-a-property-i-know-is-valid) to report an issue in these cases. Thank...

bug