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

**Describe the bug (including copyable syntax)** Styles are highlighted with "Editor: Occurrences Highlight" enabled and no interpolated variables **Screenshot** With Editor: Occurrences Highlight enabled 1. No interpolated variables ![Screen Shot...

bug

![image](https://user-images.githubusercontent.com/40121923/136338173-734430a6-8a58-405f-830e-60b99e9c67c0.png)

E-Medium

## Describe the bug The following code gives me console errors in VSCode, although the output selector and styles inside are working fine: ```ts ${Wrapper}:is( [data-theme="blue"] ) & { filter:...

bug

**Describe the bug (including copyable syntax)** Using the `css` method with `props.theme` inside `CreateGlobalStyle` results in slow typescript intellisense in the whole project. **To Reproduce** 1. Create a root component...

bug

**Describe the bug (including copyable syntax)** When creating new blocks of CSS code based on props we don't get any intelissense or validation at all. i.e. ```javascript const Header =...

bug

**Describe the bug (including copyable syntax)** When directly styling a functional component, the styling breaks when the function definition wraps to multiple lines. **Screenshot** It the props are a single...

bug

**Describe the bug (including copyable syntax)** Not detected as styled css call **Screenshot** ![image](https://user-images.githubusercontent.com/5390719/106109548-a4990080-6184-11eb-9141-a04f11332eda.png) **To Reproduce** ```js const Container = styled(ListItem)( ({ theme }) => ` border: 1px solid #f3f3f4;...

bug

![1](https://user-images.githubusercontent.com/6128692/67139954-4cd4cf80-f288-11e9-962c-3f9d87fc4d97.jpg) If you wrapped the styled component in a function like React.memo, every code after the block will lost highlighting.

E-Medium

Basically an extension of this issue: https://github.com/styled-components/vscode-styled-components/issues/224 Apparently the intellisense is with the TS compiler and can be configured there, but the syntax highlighting is handled by this plugin so...

bug
enhancement
help wanted
E-Hard

This is an extremely obscure edge case, as I'm sure hardly anybody has had a need to do this. But I'm in the middle of writing a library and have...

bug
E-Medium